Skip to content
Gemini CLI

Awesome Copilot MCP Server for Gemini CLI

io.github.microsoft/awesome-copilot

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

client:Gemini CLI transport:stdio runtime:oci

Install Awesome Copilot MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Awesome Copilot MCP Server in other clients