Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Dakera-AI/dakera-mcp

OCI · GHCR.IO/DAKERA-AI/DAKERA-MCP:0.10.11 · SCANNED AUG 3

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

−5 this week 34 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency32
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1581 tokens (~112/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 77% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/dakera-ai/dakera-mcp:0.10.11

# add to Claude Code
claude mcp add dakera-ai-dakera-mcp -- docker run --rm -i ghcr.io/dakera-ai/dakera-mcp:0.10.11
# add to Codex CLI
codex mcp add dakera-ai-dakera-mcp -- docker run --rm -i ghcr.io/dakera-ai/dakera-mcp:0.10.11
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dakera-ai-dakera-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/dakera-ai/dakera-mcp:0.10.11"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  dakera-ai-dakera-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/dakera-ai/dakera-mcp:0.10.11"]
// mcp.json
{
  "mcpServers": {
    "dakera-ai-dakera-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/dakera-ai/dakera-mcp:0.10.11"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +31
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 77 functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 8

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed oci/ghcr.io/dakera-ai/dakera-mcp:0.10.11

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 14 exposed · ~1,581 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
dakera_batch_forget ~145

Bulk-delete memories matching filter criteria: tags, importance range, time window, or memory type. At least one filter is required to prevent accidental full-agent wipe. Deletion is permanent — use dakera_memory_importance to lower importance scores instead of deleting.

NameTypeReqDescription
agent_idstringyes
created_afterintegerAfter Unix timestamp
created_beforeintegerBefore Unix timestamp
max_importancenumberMax importance threshold
memory_typestring
min_importancenumberMin importance threshold
session_idstring
tagsarrayTags to match (all required)

No output schema declared.

No examples provided.

dakera_batch_recall ~133

Filter-based memory listing by tags, importance range, time window, type, or session. Prefer over dakera_recall when semantic search is not needed. At least one filter required.

NameTypeReqDescription
agent_idstringyes
created_afterintegerAfter Unix timestamp
created_beforeintegerBefore Unix timestamp
max_importancenumberMax importance (inclusive)
memory_typestring
min_importancenumberMin importance (inclusive)
session_idstring
tagsarrayTags to match (all required)

No output schema declared.

No examples provided.

dakera_discover_tools ~90

Search the Dakera tool catalog by keyword or tier (core/power/admin/meta) and return names and one-line summaries without loading full schemas. Call this first to find relevant tools, then use dakera_load_tools to fetch only the schemas you need — avoids loading the full catalog upfront.

NameTypeReqDescription
querystringKeyword to search tool names/descriptions.
tierstring

No output schema declared.

No examples provided.

dakera_extract ~181

Extract structured information (entities, topics, key phrases, summary) from arbitrary text using the configured provider hierarchy: per-request override → namespace default → server default → GLiNER local. Supported providers: `gliner` (zero-config local ONNX), `openai`, `anthropic`, `openrouter`, `ollama`, `none`.

NameTypeReqDescription
entity_typesarrayGLiNER entity type labels (e.g. ["person", "org", "location"]). Only used when provider is `gliner`.
extractor_overrideobjectPer-request provider override — highest priority in the resolution hierarchy. Fields: provider, model, base_url, api_key.
namespacestringNamespace whose default extractor config is used. If omitted, the server-level default is used.
textstringyesText to extract information from

No output schema declared.

No examples provided.

dakera_forget ~87

Permanently delete memories by ID or tag. Provide memory_ids for exact removal or tags to bulk-delete all memories sharing those tags. Deletion is immediate and irreversible — prefer dakera_memory_importance to suppress without deleting.

NameTypeReqDescription
agent_idstringyes
memory_idsarraySpecific memory IDs to delete
tagsarrayDelete memories with these tags

No output schema declared.

No examples provided.

dakera_fulltext_search ~92

BM25 keyword search over indexed documents. Use over vector search when exact-term recall matters (error codes, IDs, names). For semantic+keyword combined use dakera_hybrid_search.

NameTypeReqDescription
filterobjectOptional metadata filter
namespacestringyesNamespace to search in
querystringyesSearch query text
top_kintegerNumber of results to return

No output schema declared.

No examples provided.

dakera_hybrid_search ~175

BM25 + vector ANN hybrid search in a single pass. Omit vector for BM25-only mode. Use for RAG when pure semantic or keyword search alone is insufficient. vector_weight: 0.0=BM25, 1.0=vector (default 0.5).

NameTypeReqDescription
filterobjectOptional metadata filter
include_metadataboolean
include_vectorsboolean
namespacestringyesNamespace to search in
textstringyesText query for full-text search
top_kintegerNumber of results to return
vectorarrayQuery embedding; omit for BM25-only.
vector_weightnumberVector score weight 0.0–1.0; text weight = 1−value.

No output schema declared.

No examples provided.

dakera_knowledge_graph ~105

Build a knowledge graph from a seed memory using embedding similarity. Use to explore how a concept connects to stored knowledge. For BFS traversal of an existing linked graph use dakera_graph_traverse.

NameTypeReqDescription
agent_idstringyes
depthintegerGraph traversal depth (controls candidate count)
memory_idstringyesSeed memory ID to build graph from
min_similaritynumberMinimum similarity threshold 0.0-1.0

No output schema declared.

No examples provided.

dakera_load_tools ~58

Fetch the full inputSchema for one or more named tools. Use after dakera_discover_tools. Returns schemas for found tools and a not_found list for unrecognized names.

NameTypeReqDescription
toolsarrayyesTool names to load schemas for

No output schema declared.

No examples provided.

dakera_recall ~145

Retrieve top-k memories semantically closest to a query. Prefer over dakera_batch_recall for query-based retrieval. Set include_associated=true to expand results via KG edges (1-3 hops).

NameTypeReqDescription
agent_idstringyes
include_associatedbooleanInclude KG-linked memories in results
min_importancenumberMin importance threshold
querystringyesSemantic query text
sincestringOnly memories created at or after this ISO-8601 timestamp
top_kintegerMax results to return
untilstringOnly memories created at or before this ISO-8601 timestamp

No output schema declared.

No examples provided.

dakera_search ~92

Semantic search with optional tag and memory-type pre-filters. Prefer over dakera_recall when results must be constrained by tag or type alongside the semantic match.

NameTypeReqDescription
agent_idstringyes
memory_typestringFilter by memory type
querystringyesSearch query text
tagsarrayFilter by tags
top_kintegerNumber of results

No output schema declared.

No examples provided.

dakera_session_end ~67

Close an active session with an optional summary. Always call at run end (even on error) to avoid orphaned sessions; summary is retrievable via dakera_session_get.

NameTypeReqDescription
session_idstringyesSession ID to end
summarystringOptional session summary

No output schema declared.

No examples provided.

dakera_session_start ~59

Open a new session, returning a session_id that groups stored memories under a shared context. Attach metadata such as task type or trigger source for later retrieval.

NameTypeReqDescription
agent_idstringyes
metadataobjectOptional session metadata

No output schema declared.

No examples provided.

dakera_store ~152

Persist a new memory for an agent with importance weighting and optional tags. Use to save facts, decisions, or context for future retrieval. importance defaults to 0.5; set 0.8–1.0 for critical memories that must survive decay.

NameTypeReqDescription
agent_idstringyes
contentstringyesMemory content text
expires_atintegerExpiry Unix timestamp (seconds)
importancenumberImportance 0.0-1.0
memory_typestringMemory type (episodic|semantic|procedural|working)
session_idstringSession to associate with
tagsarrayTags for filtering

No output schema declared.

No examples provided.