copilot-cli

GitHub

GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.

11,032 stars Shell Shell 1 file ยท ~2,491 tokens

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"
      ]
    }
  }
}