Back to Browse

Midas MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: MIDAS_MCP_DB

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

Environment variable: MIDAS_MCP_EMBEDDER

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

Environment variable: MIDAS_MCP_MAX_RECORDS

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

Environment variable: MIDAS_MCP_MIN_IMPORTANCE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vornicx-midas": {
      "env": {
        "MIDAS_MCP_DB": "your-midas-mcp-db-here",
        "MIDAS_MCP_EMBEDDER": "your-midas-mcp-embedder-here",
        "MIDAS_MCP_MAX_RECORDS": "your-midas-mcp-max-records-here",
        "MIDAS_MCP_MIN_IMPORTANCE": "your-midas-mcp-min-importance-here"
      },
      "args": [
        "midas-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!