← Back to browse

Midas

Indexed by io.github.vornicx

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 varsMIDAS_MCP_DB MIDAS_MCP_EMBEDDER MIDAS_MCP_MAX_RECORDS MIDAS_MCP_MIN_IMPORTANCE
Claude 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

Add to 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.