Odel
Awesome Copilot MCP Server

Awesome Copilot MCP Server

Local
@microsoft196C#MITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026090304

Run

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

MCP client config

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