loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

eruka-mcp

MCP Tool

dirmacs/eruka-mcp

MCP server for Eruka — anti-hallucination context memory for AI agents

Install

$ npx loaditout add dirmacs/eruka-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "eruka-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eruka-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<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>

What is Eruka?

Eruka is a knowledge engine that tracks what AI agents know, what they don't know, and what they should never fabricate. It provides:

  • 4 Knowledge States: CONFIRMED, INFERRED, UNCERTAIN, UNKNOWN
  • Gap Detection: identifies missing information before generation
  • Constraint Injection: "DO NOT FABRICATE" directives for LLM prompts
  • Knowledge Decay: confidence degrades over time, facts become UNCERTAIN
  • Quality Scoring: 6-layer hallucination detection pipeline
Install
cargo install eruka-mcp

Or build from source:

git clone https://github.com/dirmacs/eruka-mcp
cd eruka-mcp
cargo build --release
Setup
  1. Sign up at eruka.dirmacs.com
  2. Create a service key (Settings > API Keys)
  3. Set your key:
export ERUKA_API_KEY=eruka_sk_...
Usage
Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "eruka": {
      "command": "eruka-mcp",
      "env": {
        "ERUKA_API_KEY": "eruka_sk_..."
      }
    }
  }
}
Claude Code
claude mcp add eruka eruka-mcp -e ERUKA_API_KEY=eruka_sk_...
SSE Transport (web clients)
eruka-mcp --transport sse --port 8080
Tools

| 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

Tags

ai-agentscontexthallucination-detectionhallucination-evaluationhallucination-mitigationllmmcpmemorymodel-context-protocol

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/dirmacs/eruka-mcp)](https://loaditout.ai/skills/dirmacs/eruka-mcp)