Midas

vornicx/Midas
★ 12 stars Python AI/LLM Updated 5d ago ✗ Risk
Local-first, eval-first memory for long-horizon AI agents — no LLM at ingest. Python SDK + MCP server with source-traceable recall, belief revision, selective forgetting, and reproducible benchmarks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "midas": {
      "command": "uvx",
      "args": [
        "midas"
      ]
    }
  }
}

Or install with pip: pip install midas

README Excerpt

<h1 align="center">Midas</h1> <p align="center"><b>The local memory layer for long-horizon AI agents — remembers across sessions, keeps what's current, and won't act on stale memory.</b><br/>No LLM at ingest · $0 per message · fully local · every recall traces to its source.</p> <p align="center"> <a href="https://github.com/vornicx/Midas/actions/workflows/ci.yml"><img src="https://github.com/vornicx/Midas/actions/workflows/ci.yml/badge.svg" alt="tests"></a>

Topics

agent-memoryai-agentsembeddingsllmlong-horizonmcppythonrag