Skip to content
Zed

nexus memory mcp for Zed

io.github.kairosmobius/nexus-memory-mcp

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

client:Zed transport:stdio runtime:npm

Install nexus memory mcp 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": {
    "nexus-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexus-memory-mcp"
      ],
      "env": {
        "NEXUS_API_KEY": "<NEXUS_API_KEY>"
      }
    }
  }
}

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

nexus memory mcp in other clients