Github Copilot
БесплатноНе проверенMCP server for GitHub Copilot that allows querying any Copilot model programmatically using existing Copilot CLI credentials, with support for file attachments
Описание
MCP server for GitHub Copilot that allows querying any Copilot model programmatically using existing Copilot CLI credentials, with support for file attachments and model discovery.
README
MCP server for GitHub Copilot — query any Copilot model programmatically via the official SDK.
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.
Install
npm install -g @kud/mcp-github-copilot
Usage
Add the server to your MCP client configuration:
{
"mcpServers": {
"mcp-github-copilot": {
"command": "mcp-github-copilot"
}
}
}
Tools
| Tool | Description |
|---|---|
query |
Send a prompt to a Copilot model and return the response. Accepts an optional model name and optional attachments (file paths or base64 blobs). |
list_models |
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
Установка Github Copilot
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kud/mcp-github-copilotFAQ
Github Copilot MCP бесплатный?
Да, Github Copilot MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Github Copilot?
Нет, Github Copilot работает без API-ключей и переменных окружения.
Github Copilot — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Github Copilot в Claude Desktop, Claude Code или Cursor?
Открой Github Copilot на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Github Copilot with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
