Server Config
{
"mcpServers": {
"crunchbase": {
"command": "node",
"args": [
"/path/to/crunchbase-mcp-server/build/index.js"
],
"env": {
"CRUNCHBASE_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}