Skip to content
Zed

Awesome Copilot MCP Server for Zed

io.github.microsoft/awesome-copilot

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

client:Zed transport:stdio runtime:oci

Install Awesome Copilot MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Awesome Copilot MCP Server in other clients