Skip to content

Awesome Copilot MCP Server for Zed

io.github.rbbtsn0w/awesome-copilot-mcp

Model Context Protocol server for awesome-copilot agents and collections

client:Zed transport:stdio runtime:npm

Install Awesome Copilot MCP Server in Zed

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

{
  "context_servers": {
    "awesome-copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-copilot-mcp"
      ]
    }
  }
}

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

Awesome Copilot MCP Server in other clients