eruka-mcp

dirmacs/eruka-mcp
★ 2 stars Rust 🧠 Memory/Knowledge Updated 2d ago
MCP server for Eruka — anti-hallucination context memory for AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eruka-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "eruka-mcp"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="docs/img/eruka-mcp-logo.svg" width="128" alt="eruka-mcp"> </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:

Tools (20)

ERUKA_API_KEYERUKA_API_URLeruka_add_relationshiperuka_detect_gapseruka_export_contexteruka_get_completenesseruka_get_constrainteruka_get_contexteruka_get_context_cachederuka_get_context_compressederuka_get_gapseruka_get_relatederuka_get_voiceeruka_on_pre_compresseruka_prefetcheruka_query_temporaleruka_research_gaperuka_search_contexteruka_sync_turneruka_write_context

Topics

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