II.
ToolServer JSON
Structured · livetool-server:mcp-mempalace
MemPalace MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-mempalace",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-community.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MemPalace MCP Server",
"description": "MCP server providing 29 tools for read/write access to a MemPalace\nmemory palace. Covers palace reads/writes, knowledge-graph operations,\ncross-wing navigation, drawer management, and agent diaries. Exposes\nthe memory palace metaphor (wings, rooms, closets, drawers) as\nLLM-callable tools. Runs 100% locally using ChromaDB and SQLite with\nzero cloud dependencies. Includes a temporal entity-relationship graph\nwith validity windows backed by local SQLite.\n",
"protocol": "mcp",
"category": "knowledge",
"repoUrl": "https://github.com/MemPalace/mempalace",
"maintainer": "MemPalace (community)",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-mempalace",
"to": "tool:mempalace",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-mempalace",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}