Loading MCP server directory, please wait...
An MCP server that stores Copilot customizations from the Awesome Copilot repository
npx @getmcp/cli add io.github.microsoft/awesome-copilotRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.microsoft/awesome-copilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026030407"
]
}
}
}