x51xxx/copilot-mcp-server
MCP server for GitHub Copilot CLI integration
Platform-specific configuration:
{
"mcpServers": {
"copilot-mcp-server": {
"command": "npx",
"args": [
"-y",
"copilot-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
[](https://github.com/x51xxx/copilot-mcp-server/releases) [](https://www.npmjs.com/package/@trishchuk/copilot-mcp-server) [](https://www.npmjs.com/package/@trishchuk/copilot-mcp-server) [](https://opensource.org/licenses/MIT) [](https://github.com/x51xxx/copilot-mcp-server)
</div>
Copilot MCP Tool is an open‑source Model Context Protocol (MCP) server that connects your IDE or AI assistant (Claude, Cursor, etc.) to GitHub Copilot CLI. It enables non‑interactive automation, safe tool execution with permissions, and large‑scale code analysis via @ file references. Built for reliability and speed, it streams progress updates, and integrates cleanly with standard MCP clients for code review, refactoring, documentation, and CI automation.
<a href="https://glama.ai/mcp/servers/@trishchuk/copilot-mcp-server"> </a>
Goal: Use GitHub Copilot CLI directly from your MCP-enabled editor to analyze and edit code efficiently.
Before using this tool, ensure you have:
Loading reviews...