From copilot-consultant
Runs locally via Docker Microsoft's .NET MCP sample server awesome-copilot, providing deployment capabilities and tools.
npx claudepluginhub yuma-722/github-copilot-consultantAdd to your .mcp.json:
{
"mcpServers": {
"awesome-copilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
docker