dakera mcp for Grok
io.github.dakera-ai/dakera-mcp
Agent memory engine — 86 MCP tools, self-hosted, single Rust binary
client:Grok
transport:stdio
runtime:oci
Install dakera mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dakera-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dakera-ai/dakera-mcp:0.10.12"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs