Awesome Copilot MCP Server for Cursor
io.github.microsoft/awesome-copilot
An MCP server that stores Copilot customizations from the Awesome Copilot repository
client:Cursor
transport:stdio
runtime:oci
Install Awesome Copilot MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"awesome-copilot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026092200"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs