Skip to content
Cursor

m1nd for Cursor

io.github.maxkle1nz/m1nd

The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.

client:Cursor transport:stdio runtime:npm

Install m1nd 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": {
    "m1nd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@maxkle1nz/m1nd"
      ],
      "env": {
        "M1ND_WORKSPACE_ROOT": "<M1ND_WORKSPACE_ROOT>"
      }
    }
  }
}

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

m1nd in other clients