Skip to main content
Glama
x51xxx
by x51xxx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COPILOT_MODELNoDefault AI model for GitHub Copilot CLI. Available models: claude-sonnet-4.5 (default), claude-sonnet-4, gpt-5.claude-sonnet-4.5
COPILOT_MCP_CWDNoWorking directory for Copilot CLI command execution. Can be set to an absolute path to your project.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
askC

Execute GitHub Copilot CLI with file analysis, tool management, and safety controls

batchB

Delegate multiple atomic tasks to GitHub Copilot CLI for batch processing. Ideal for repetitive operations, mass refactoring, and automated code transformations

reviewB

Comprehensive code review using GitHub Copilot CLI with multiple review types (security, performance, quality, etc.) and detailed reporting

pingD

Echo

HelpC

receive help information for Copilot CLI

versionA

Display version and system information for Copilot and MCP server

brainstormB

Generate creative ideas using structured frameworks with domain context and feasibility analysis.

timeout-testA

Test timeout prevention by running for a specified duration

healthB

Check Copilot CLI health status including installation, authentication, and session management

list-sessionsB

List, delete, or clear session data for multi-turn conversations

Prompts

Interactive templates invoked by user choice

NameDescription
askExecute GitHub Copilot CLI with your task or question
batchExecute multiple atomic Copilot tasks in batch mode for efficient automation
reviewPerform comprehensive code review with GitHub Copilot CLI
pingEcho test message with structured response.
Helpreceive help information for available CLI tools
versionGet version information for CLI tools and MCP server
brainstormCreate structured brainstorming with chosen methodology and analysis
timeout-testTest the timeout prevention system by running a long operation
healthCheck health status of Copilot CLI and session management
list-sessionsManage Copilot CLI sessions

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/x51xxx/copilot-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server