Odel
memini

memini

Local
@lumayapartnersTypeScriptMITUpdated 1mo ago

Local-first project memory and mistake-prevention guardrails for AI coding agents.

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).

npmmeminiv0.4.0

Run

npx -y memini

MCP client config

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