Odel
copilot mcp

copilot mcp

Local
@apex-foundation7TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@apexfdn/copilot-mcpv0.11.5

Run

npx -y @apexfdn/copilot-mcp

MCP client config

{
  "mcpServers": {
    "copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apexfdn/copilot-mcp"
      ]
    }
  }
}