copilot mcp for Cursor
io.github.apex-foundation/copilot-mcp
Web3 founder diligence: code audit, jurisdiction, fund matching, portfolio, scoring.
client:Cursor
transport:stdio
runtime:npm
Install copilot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs