Midas
About
Local-first, source-traceable agent memory — no LLM at ingest, fully offline
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MIDAS_MCP_DB MIDAS_MCP_EMBEDDER MIDAS_MCP_MAX_RECORDS MIDAS_MCP_MIN_IMPORTANCEClaude Code
claude mcp add --env MIDAS_MCP_DB= --env MIDAS_MCP_EMBEDDER= --env MIDAS_MCP_MAX_RECORDS= --env MIDAS_MCP_MIN_IMPORTANCE= midas -- uvx midas-memory-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"midas","command":"uvx","args":["midas-memory-mcp"],"env":{"MIDAS_MCP_DB":"","MIDAS_MCP_EMBEDDER":"","MIDAS_MCP_MAX_RECORDS":"","MIDAS_MCP_MIN_IMPORTANCE":""}}'
JSON
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "",
"MIDAS_MCP_EMBEDDER": "",
"MIDAS_MCP_MAX_RECORDS": "",
"MIDAS_MCP_MIN_IMPORTANCE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.