Back to MCP Servers
Github Repo
GitHub Repo MCP allow your AI assistants browse GitHub repositories, explore directories, and view file contents.
developer-toolsgithubai
By Ryan0204
Installation
npx -y github-repo-mcpConfiguration
{
"mcpServers": {
"github-repo-mcp": {
"command": "npx",
"args": ["-y", "github-repo-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes