We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bioanywhere/mcp-base-mcp-pa2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"base-mcp": {
"command": "node",
"args": ["/Users/tinahe/base-mcp/build/index.js"],
"env": {
"COINBASE_API_KEY_NAME": "YOUR_COINBASE_API_KEY_NAME",
"COINBASE_API_PRIVATE_KEY": "YOUR_COINBASE_API_PRIVATE_KEY",
"SEED_PHRASE": "YOUR_WALLET_SEED_PHRASE",
"COINBASE_PROJECT_ID": "YOUR_COINBASE_PROJECT_ID",
"OPENROUTER_API_KEY": "YOUR_OPENROUTER_API_KEY" // Optional, only needed for OpenRouter credits
},
"disabled": false,
"autoApprove": []
}
}
}