Skip to content
VS Code

dakera mcp for VS Code

io.github.dakera-ai/dakera-mcp

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

client:VS Code transport:stdio runtime:oci

Install dakera mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dakera mcp in other clients