Home › Knowledge & Memory › Midas
Midas
Local-first, source-traceable agent memory — no LLM at ingest, fully offline
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.0.1)
uvx midas-memory-mcp
Or add to your MCP client config:
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<YOUR_VALUE>",
"MIDAS_MCP_EMBEDDER": "<YOUR_VALUE>",
"MIDAS_MCP_MAX_RECORDS": "<YOUR_VALUE>",
"MIDAS_MCP_MIN_IMPORTANCE": "<YOUR_VALUE>"
}
}
}
}
MIDAS_MCP_DB— Path to a SQLite file to persist memory across restarts (default: in-memory)MIDAS_MCP_EMBEDDER— 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— Relevance floor 1-5 for auto-capture; turns scoring below it are skipped
Related servers
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry