🤖 github-copilot
Query GitHub Copilot models programmatically via the official SDK — no token setup, uses your logged-in Copilot CLI credentials.
The github-copilot plugin wraps the
@kud/mcp-github-copilot
MCP server. It queries GitHub Copilot models through the official SDK, reusing
your logged-in Copilot CLI credentials — no token setup required.
🧰 What it bundles
| Skill | Trigger | What it does |
|---|---|---|
/ask-copilot | /ask-copilot <prompt> | Send a prompt to a GitHub Copilot model and see the response |
📦 Install
/plugin install github-copilot@kud --scope user⚙️ Configuration
No token setup is needed — the server authenticates using your existing GitHub Copilot CLI login. Make sure the Copilot CLI is installed and you are signed in.
🔗 Links
- npm:
@kud/mcp-github-copilot - GitHub: kud/mcp-github-copilot