Skip to content
Cursor

RepoContext for Cursor

io.github.shmindmaster/repocontext

Read-only, commit-pinned repository context for coding agents.

client:Cursor transport:stdio runtime:npm

Install RepoContext 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": {
    "repocontext": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shmindmaster/repocontext"
      ],
      "env": {
        "REPOCONTEXT_REGISTRY": "<REPOCONTEXT_REGISTRY>"
      }
    }
  }
}

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

RepoContext in other clients