II.
ToolServer JSON
Structured · livetool-server:mcp-mem0
Mem0 MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-mem0",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-memory-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Mem0 MCP Server",
"description": "MCP server providing access to the Mem0 memory service API. Enables AI\nagents to add, search, and retrieve memories across sessions using Mem0's\nmulti-scope memory (user, session, agent, organization). Exposes add_memory,\nsearch_memory, get_all_memories, and delete_memory tools. Integrates with\nMem0 Cloud or self-hosted Mem0 deployments.\n",
"protocol": "mcp",
"category": "memory",
"repoUrl": "https://github.com/mem0ai/mem0-mcp",
"maintainer": "Mem0",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-mem0",
"to": "tool:mem0",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-mem0",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}