Skip to content
Zed

dark-memory-mcp for Zed

io.github.opita-code/dark-memory-mcp

Persistent memory + vibe-loop engine for AI agents. Single Go binary, SQLite-backed, stdio MCP.

client:Zed transport:stdio runtime:npm

Install dark-memory-mcp in Zed

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

{
  "context_servers": {
    "dark-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opitacode/dark-memory-mcp"
      ]
    }
  }
}

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

dark-memory-mcp in other clients