Skip to content
Claude Desktop

RepoContext for Claude Desktop

io.github.shmindmaster/repocontext

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

client:Claude Desktop transport:stdio runtime:npm

Install RepoContext in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "repocontext": {
      "command": "npx",
      "args": [
        "-y",
        "@shmindmaster/repocontext"
      ],
      "env": {
        "REPOCONTEXT_REGISTRY": "<REPOCONTEXT_REGISTRY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RepoContext in other clients