dirmacs/eruka-mcp
MCP server for Eruka — anti-hallucination context memory for AI agents
Platform-specific configuration:
{
"mcpServers": {
"eruka-mcp": {
"command": "npx",
"args": [
"-y",
"eruka-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">eruka-mcp</h1>
<p align="center">MCP (Model Context Protocol) server for <a href="https://eruka.dirmacs.com">Eruka</a> — anti-hallucination context memory for AI agents.</p>
Eruka is a knowledge engine that tracks what AI agents know, what they don't know, and what they should never fabricate. It provides:
cargo install eruka-mcpOr build from source:
git clone https://github.com/dirmacs/eruka-mcp
cd eruka-mcp
cargo build --releaseexport ERUKA_API_KEY=eruka_sk_...Add to your claude_desktop_config.json:
{
"mcpServers": {
"eruka": {
"command": "eruka-mcp",
"env": {
"ERUKA_API_KEY": "eruka_sk_..."
}
}
}
}claude mcp add eruka eruka-mcp -e ERUKA_API_KEY=eruka_sk_...eruka-mcp --transport sse --port 8080| Tool | Description | Tier | |------|-------------|------| | eruka_get_context | Retrieve fields by schema path | Free | | eruka_search_context | Semantic search across all context | Free | | eruka_get_completeness | Completeness score with per-category breakdown | Free | | eruka_get_gaps | List knowledge gaps sorted by impact | Free | | eruka_write_context | Write or update a field | Free | | eruka_get_voice | Retrieve brand v
Loading reviews...