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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA modular MCP server that extends GitHub Copilot's capabilities through intelligent context compression and dynamic model routing for long-lived coding sessions.Last updated4
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that bridges BMAD agents with GitHub Copilot, enabling AI-assisted development workflows through specialized agent tools and prompts.Last updated1251ISC
- Alicense-qualityDmaintenanceWraps GitHub Copilot CLI as an MCP server, enabling MCP clients to run Copilot conversations for code tasks with support for session resumption and permission modes.Last updatedMIT
- AlicenseAqualityBmaintenanceMCP server for opencode that queries GitHub Copilot models via a persistent opencode server, requiring no API keys.Last updated291MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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