cyanheads/github-mcp-server
A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories, issues, pull requests, and code while providing a structured interface for LLM agents to perform GitHub operations.
Platform-specific configuration:
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"github-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...