Skip to main content
Glama
kud

mcp-github-copilot

by kud

TypeScript Node.js npm MIT

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-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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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