copilot mcp for Grok
io.github.apex-foundation/copilot-mcp
Web3 founder diligence: code audit, jurisdiction, fund matching, portfolio, scoring.
client:Grok
transport:stdio
runtime:npm
Install copilot mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"copilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
],
"env": {
"APEX_COPILOT_PAT": "<APEX_COPILOT_PAT>",
"APEX_COPILOT_API_BASE": "<APEX_COPILOT_API_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs