Skip to content
Cursor

projectmind for Cursor

io.github.nodemint-dev/projectmind

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

client:Cursor transport:stdio runtime:npm

Install projectmind in Cursor

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

{
  "mcpServers": {
    "projectmind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nodemint/projectmind"
      ]
    }
  }
}

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

projectmind in other clients