Skip to content

Repo Context

Free

by MCP Community

MCP tool to extract context from a GitHub repository for AI applications.

v1.0.1Added Apr 12, 2026
mcpmodel-context-protocolaidiscoveryrecommendation
Works with:ClaudeGPTGeminiCopilot

Repo Context MCP Server

MCP tool to extract context from a GitHub repository for AI applications.

Installation

npx -y @pablopeek/repo-context-mcp

Reviews

Leave a Review

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"]
    }
  }
}