Skip to content
Windsurf

Awesome Copilot MCP Server for Windsurf

io.github.microsoft/awesome-copilot

An MCP server that stores Copilot customizations from the Awesome Copilot repository

client:Windsurf transport:stdio runtime:oci

Install Awesome Copilot MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "awesome-copilot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026092200"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Awesome Copilot MCP Server in other clients