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