Back to directory
x51xxx/copilot-mcp-server

x51xxx/copilot-mcp-server

@x51xxx

MCP server for GitHub Copilot CLI integration, enabling code analysis, refactoring, and automation via MCP clients.

copilotcligithubcode-analysismcpautomationideclaudetool

Installation & Configuration

{
  "mcpServers": {
    "copilot-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/copilot-mcp-server"
      ],
      "env": {
        "COPILOT_MODEL": "claude-sonnet-4.5"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12