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
{
"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