Skip to main content
Coding AgentsTypeScript

x51xxx/copilot-mcp-server

MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing

coding-agentscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/x51xxx/copilot-mcp-server

Claude 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.

Details

Category
Coding Agents
Language
TypeScript
Author
x51xxx