x51xxx/copilot-mcp-server
MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing
Quick Start
Clone the repository:
git clone https://github.com/x51xxx/copilot-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"copilot-mcp-server": {
"command": "npx",
"args": [
"-y",
"x51xxx/copilot-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.