Local-first code context CLI + MCP server: discover, index, and search repos; generate task-aware context packs, code maps, agent harnesses, and PR-review/merge-readiness gates for coding agents and reviewers.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"repoctx": {
"command": "npx",
"args": [
"-y",
"nugehs/repoctx"
]
}
}
}
Run in terminal:
claude mcp add repoctx npx -y nugehs/repoctx
Add to .cursor/mcp.json:
{
"mcpServers": {
"repoctx": {
"command": "npx",
"args": [
"-y",
"nugehs/repoctx"
]
}
}
}
README Excerpt
**Local-first code context for agents and reviewers — what does this change actually touch?** ```text ____ _____ ____ ___ ____ _____ __ __ | _ \ | ____| | _ \ / _ \ / ___| |_ _| \ \/ / | |_) || _| | |_) || | | || | | | \ / | _ < | |___ | __/ | |_| || |___ | | / \
Tools (13)
agent_experiencechange_impactcontext_packconvergence_scorerepo_harnessrepo_indexrepo_inspectrepo_maprepo_searchreview_contextreview_gatereview_verdictworkspace_report
Topics
ai-agentsclicode-contextcode-mapdeveloper-toolslocal-firstmcpmcp-servermerge-gatepr-reviewrepository-analysis