Odel
mindpm

mindpm

Local
@umitkavala8TypeScriptApache-2.0Updated 3w ago

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmindpmv1.2.41

Run

npx -y mindpm

MCP client config

{
  "mcpServers": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ]
    }
  }
}