Back to Home
wminson icon

copilot-mcp-server

Verified Safe

by wminson

Overview

Enables AI assistants to interact with GitHub Copilot CLI for command suggestions, explanations, and configuration management through a standardized Model Context Protocol (MCP) interface.

Installation

Run Command
python server.py

Environment Variables

  • MCP_SERVER_HOST
  • MCP_SERVER_PORT

Security Notes

The server safely executes GitHub CLI commands via subprocess.run, passing arguments as a list to mitigate shell injection risks. No eval or hardcoded secrets are present. The SSE transport (server_sse.py) defaults to binding on 0.0.0.0 and attempts to disable certain transport security features (DNS rebinding protection, host/origin restrictions) for broad network accessibility. While this enhances flexibility, it requires careful deployment considerations regarding network exposure.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-11

Tags

GitHub CopilotCLI WrapperAI AssistantMCP ServerDeveloper Tool