Skip to content
Claude Desktop

Midas for Claude Desktop

io.github.vornicx/midas

Local-first, source-traceable agent memory — no LLM at ingest, fully offline

client:Claude Desktop transport:stdio runtime:pypi

Install Midas in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "midas": {
      "command": "uvx",
      "args": [
        "midas-memory-mcp"
      ],
      "env": {
        "MIDAS_MCP_DB": "<MIDAS_MCP_DB>",
        "MIDAS_MCP_EMBEDDER": "<MIDAS_MCP_EMBEDDER>",
        "MIDAS_MCP_MAX_RECORDS": "<MIDAS_MCP_MAX_RECORDS>",
        "MIDAS_MCP_MIN_IMPORTANCE": "<MIDAS_MCP_MIN_IMPORTANCE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Midas in other clients