Skip to content
Zed

Graph-Mem for Zed

io.github.sathvik-1007/graphmem-mcp

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

client:Zed transport:stdio runtime:pypi

Install Graph-Mem in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "graphmem-mcp": {
      "command": "uvx",
      "args": [
        "graphmem-mcp"
      ],
      "env": {
        "GRAPHMEM_DB_PATH": "<GRAPHMEM_DB_PATH>",
        "GRAPHMEM_EMBEDDING_MODEL": "<GRAPHMEM_EMBEDDING_MODEL>",
        "GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
        "GRAPHMEM_LOG_LEVEL": "<GRAPHMEM_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Graph-Mem in other clients