Skip to content
Claude Desktop

dark-memory-mcp for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install dark-memory-mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dark-memory-mcp in other clients