Skip to content
Gemini CLI

copilot mcp for Gemini CLI

io.github.apex-foundation/copilot-mcp

Web3 founder diligence: code audit, jurisdiction, fund matching, portfolio, scoring.

client:Gemini CLI transport:stdio runtime:npm

Install copilot mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apexfdn/copilot-mcp"
      ],
      "env": {
        "APEX_COPILOT_PAT": "<APEX_COPILOT_PAT>",
        "APEX_COPILOT_API_BASE": "<APEX_COPILOT_API_BASE>"
      }
    }
  }
}

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

copilot mcp in other clients