Skip to main content
Glama
kud

mcp-github-copilot

by kud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Send a prompt to GitHub Copilot and return the response. Uses logged-in Copilot CLI credentials automatically.

list_modelsA

List available Copilot models.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are completely distinct: one sends prompts to Copilot, the other lists available models. There is no overlap or ambiguity between them.

Naming Consistency2/5

The naming is inconsistent: 'query' is a single-word verb while 'list_models' follows a verb_noun pattern. The generic 'query' also lacks specificity compared to 'list_models'.

Tool Count3/5

With only two tools, the server feels minimal but borderline appropriate for a basic Copilot integration. It covers essential actions but leaves little room for a richer workflow.

Completeness3/5

The server covers the core action of querying Copilot and listing models, but lacks features like streaming, conversation management, or model details, which may be expected in a fuller implementation.

Maintenance

ActivitySlowing
ResponsivenessNo issues