copilot-cli
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
copilot-cli MCP Server
MCP server for github/copilot-cli
Ready-to-Use Client Configurations
{
"mcpServers": {
"copilot-cli": {
"command": "npx",
"args": [
"-y",
"@github/copilot-cli"
]
}
}
}