Odel
dakera mcp

dakera mcp

Local
@dakera-ai8RustUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/dakera-ai/dakera-mcp:0.10.12

Run

docker run -i --rm ghcr.io/dakera-ai/dakera-mcp:0.10.12

MCP client config

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