Midas

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

stdiocommunityinfra

Package Details

Transportstdio
Runtimeuvx

Environment Variables

MIDAS_MCP_DB

Path to a SQLite file to persist memory across restarts (default: in-memory)

MIDAS_MCP_EMBEDDER
Default:local

Embedding backend: 'local' (bge ONNX, offline) or 'hashing' (default: local)

MIDAS_MCP_MAX_RECORDS

Cap the store; above it the lowest-value memories are auto-forgotten (no LLM)

MIDAS_MCP_MIN_IMPORTANCE
Default:2

Relevance floor 1-5 for auto-capture; turns scoring below it are skipped