Dakera MCP

MCP server for Dakera AI. Gives any MCP-compatible AI agent persistent, queryable memory - with smart token management built in.

People who need memory tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 8 · #228 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Dakera MCP

before you install - you'll need

Set DAKERA_API_URL, DAKERA_API_KEY, DAKERA_MCP_PROFILE, DAKERA_ROOT_API_KEY before connecting.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "dakera-ai-dakera-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dakera-ai/dakera-mcp:0.10.11"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.Dakera-AI is GitHub-verified and matches the repo owner

03 · What Dakera MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.11 · 2026-07-16

dakera_graph_link_memory missing agent_id - 422 on every call (#138) - tool was omitting the required agent_id field in requests to the Dakera API, causing every call to fail with 422. Fixed by injecting agent_id on…

v0.10.10 · 2026-07-03

Security · Fix RUSTSEC-2026-0185: remote memory exhaustion in quinn-proto - upgraded quinn-proto from 0.11.14 to 0.11.15. The vulnerability allowed remote memory exhaustion via unbounded out-of-order stream reassembly.…

v0.10.9 · 2026-06-13

T-I-F reliability scoring - new dakera_tif_evaluate MCP tool for Truth-Indeterminacy-Falsity reliability assessment (#123) · Founder IP attribution - SPDX-License-Identifier header + author ORCID in LICENSE…

04 · Who maintains Dakera MCP

dakera-mcp is maintained by dakera-ai. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
memory - ranked #228 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-16)
registry
io.github.Dakera-AI/dakera-mcp (active, first published 2026-05-13 · 9 versions)
packages
oci:ghcr.io/dakera-ai/dakera-mcp:0.10.11

06 · Dakera MCP FAQ

What is Dakera MCP?

MCP server for Dakera AI. Gives any MCP-compatible AI agent persistent, queryable memory - with smart token management built in.

Is Dakera MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Dakera MCP?

Run `docker run -i --rm ghcr.io/dakera-ai/dakera-mcp:0.10.11`. The README documents 4 environment variables (DAKERA_API_URL, DAKERA_API_KEY, DAKERA_MCP_PROFILE…) to set first. Set DAKERA_API_URL, DAKERA_API_KEY, DAKERA_MCP_PROFILE, DAKERA_ROOT_API_KEY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Dakera MCP

Pairs well with

Servers that cover what Dakera MCP doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Inspeximus · Mnemo · Elesync · Deep Mem · Hubmesh

More Rust MCP servers · Ovh API MCP · Deed · DWG MCP Server · Cortex RMCP · Labby · see all