Skip to content
Cursor

dakera mcp for Cursor

io.github.dakera-ai/dakera-mcp

Agent memory engine — 86 MCP tools, self-hosted, single Rust binary

client:Cursor transport:stdio runtime:oci

Install dakera mcp in Cursor

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

{
  "mcpServers": {
    "dakera-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dakera-ai/dakera-mcp:0.10.12"
      ]
    }
  }
}

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

dakera mcp in other clients