Skip to content
Cursor

dark-memory-mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install dark-memory-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dark-memory-mcp in other clients