Skip to content
Cursor

aidimag for Cursor

io.github.aidimag/aidimag

Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.

client:Cursor transport:stdio runtime:npm

Install aidimag in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aidimag": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aidimag"
      ],
      "env": {
        "AIDIMAG_REPO": "<AIDIMAG_REPO>",
        "AIDIMAG_LLM": "<AIDIMAG_LLM>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aidimag in other clients