Skip to content
Cline

Awesome Copilot MCP Server for Cline

io.github.microsoft/awesome-copilot

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

client:Cline transport:stdio runtime:oci

Install Awesome Copilot MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Awesome Copilot MCP Server in other clients