Repo Context
Freeby MCP Community
MCP tool to extract context from a GitHub repository for AI applications.
v1.0.1Added Apr 12, 2026
mcpmodel-context-protocolaidiscoveryrecommendation
Repo Context MCP Server
MCP tool to extract context from a GitHub repository for AI applications.
Installation
npx -y @pablopeek/repo-context-mcp
Reviews
Installation
Quick install
npx -y @pablopeek/repo-context-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"repo-context": {
"command": "npx",
"args": ["-y", "@pablopeek/repo-context-mcp"]
}
}
}