MCP server that connects AI agents to a Dakera memory server, providing persistent queryable memory and token-efficient tool loading. It supports core memory operations like store, recall, search, session grouping, forgetting, and on-demand discovery/loading of additional tools.
From the registry: Decay-weighted vector memory for AI agents — 86+ MCP tools via tiered profiles
$ docker run -d --name dakera -p 3300:3300 -e DAKERA_ROOT_API_KEY=<your-api-key> ghcr.io/dakera-ai/dakera:latesthttps://github.com/Dakera-AI/dakera-deployPlease install the `dakera-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Run a Dakera memory server** — The MCP server connects to a Dakera memory server, so you need a Dakera instance running first. Run: `docker run -d --name dakera -p 3300:3300 -e DAKERA_ROOT_API_KEY=<your-api-key> ghcr.io/dakera-ai/dakera:latest` (https://github.com/Dakera-AI/dakera-deploy)
- **Install Node.js 18+** — Required for the recommended npx install/run path. (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@dakera-ai/dakera-mcp"]
- required environment variables:
- `DAKERA_API_URL`: Base URL of your Dakera memory server. (example: `<your-dakera-api-url>`)
- `DAKERA_API_KEY`: API key used to authenticate to the Dakera memory server. (example: `<your-api-key>`)
- optional environment variables:
- `DAKERA_MCP_PROFILE`: Tool exposure profile. Defaults to core. Supported values described in the README include core, admin, power, and all. (example: `<profile>`)
Note: README also shows installed binary usage via command `dakera-mcp`, but the simplest portable path is `npx @dakera-ai/dakera-mcp`. The README examples use a local Dakera server, commonly at localhost:3300.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DAKERA_API_KEYrequiredAPI key used to authenticate with the Dakera memory serverDAKERA_API_URLrequiredBase URL of the Dakera memory server the MCP server connects toAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.