mcp-github-copilot
Allows querying any GitHub Copilot model programmatically, with support for file attachments and model discovery.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-github-copilotExplain async/await using Copilot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP server for GitHub Copilot — query any Copilot model programmatically via the official SDK.
Website · Documentation
Features
No extra API key — uses your existing GitHub Copilot CLI credentials automatically.
Any model — target GPT-5, Codex, Claude Sonnet, or any model your subscription grants.
File and image attachments — attach local files or base64 blobs alongside a prompt.
Model discovery — list available models with context window limits and billing multipliers.
Streaming progress — sends MCP progress notifications for each streamed chunk.
Related MCP server: BMAD MCP Server
Install
npm install -g @kud/mcp-github-copilotUsage
Add the server to your MCP client configuration:
{
"mcpServers": {
"mcp-github-copilot": {
"command": "mcp-github-copilot"
}
}
}Tools
Tool | Description |
| Send a prompt to a Copilot model and return the response. Accepts an optional |
| List all available Copilot models with capabilities, context window limits, and billing multipliers. |
Development
git clone https://github.com/kud/mcp-github-copilot.git
cd mcp-github-copilot
npm install
npm run dev📚 Full documentation → mcp-github-copilot/docs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kud/mcp-github-copilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server