HomeOther › Awesome Copilot MCP Server

Awesome Copilot MCP Server

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

C#
★ 196 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026092200

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry