II.
ToolServer JSON
Structured · livetool-server:mcp-redis
MCP Redis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-redis",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Redis",
"description": "MCP server providing access to Redis key-value stores. Enables AI agents to get, set, delete keys, manage hash fields, and work with lists. Supports stdio transport.",
"protocol": "mcp",
"category": "database",
"repoUrl": "https://github.com/redis/mcp-redis",
"maintainer": "Redis",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:redis.get",
"tool-descriptor:redis.set",
"tool-descriptor:redis.delete",
"tool-descriptor:redis.list-keys",
"tool-descriptor:redis.hget",
"tool-descriptor:redis.hset",
"tool-descriptor:redis.lpush",
"tool-descriptor:redis.lrange"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.get",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.set",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.delete",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.list-keys",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.hget",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.hset",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.lpush",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.lrange",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-redis",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "stack-part:cache",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "tool:redis-cli",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "library:redis",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "library:redis-py",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "library:ioredis",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "specialization:redis-ops",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-redis",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:redis.get",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.set",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.delete",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.list-keys",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.hget",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.hset",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.lpush",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:redis.lrange",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}