Skip to content
Zed

copilot mcp for Zed

io.github.apex-foundation/copilot-mcp

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

client:Zed transport:stdio runtime:npm

Install copilot mcp in Zed

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

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

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

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

copilot mcp in other clients