Skip to main content
Glama
wminson

GitHub Copilot CLI MCP Server

by wminson
pyproject.toml968 B
[project] name = "copilot-mcp-server" version = "0.1.0" description = "MCP server for GitHub Copilot CLI integration" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "Ward", email = "ward@example.com"} ] keywords = ["mcp", "copilot", "github", "ai", "cli"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] copilot-mcp = "server:main" copilot-mcp-sse = "server_sse:main" [tool.hatch.build.targets.wheel] packages = ["."]

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

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