github-mcp-server

GitHub MCP server for connecting AI tools to GitHub repositories

brewmacoslinux
Try with needOr install directly
Source

About

GitHub Model Context Protocol server for AI tools

Commands

github-mcp-server

Examples

start a local server to let AI access your github repos$ github-mcp-server
connect claude to read issues and pull requests from github$ github-mcp-server --token $GITHUB_TOKEN
let AI tools search and view code in your github repositories$ github-mcp-server --owner myorg --repo myproject
enable AI to create issues and comments on github automatically$ github-mcp-server --permissions read-write
integrate github with your AI development workflow$ github-mcp-server --config ~/.github-mcp-config.json