II.
ToolServer JSON
Structured · livetool-server:mcp-zep
Zep MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-zep",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-memory-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Zep MCP Server",
"description": "MCP server providing access to the Zep long-term memory service. Enables\nAI agents to add facts, search memories with temporal weighting, and manage\nconversation history through Zep's entity-enriched memory store. Exposes\nadd_memory, search_memory, get_memory, and delete_session tools. Supports\nZep Cloud and self-hosted Zep deployments.\n",
"protocol": "mcp",
"category": "memory",
"repoUrl": "https://github.com/getzep/zep-mcp",
"maintainer": "Zep",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-zep",
"to": "tool:zep",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-zep",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}