repoctx for Cursor
io.github.nugehs/repoctx
Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install repoctx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"repoctx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/repoctx"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs