We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nesquikm/mcp-rubber-duck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"rubber-duck": {
"command": "node",
"args": ["/path/to/mcp-rubber-duck/dist/index.js"],
"env": {
"OPENAI_API_KEY": "your-openai-api-key",
"GEMINI_API_KEY": "your-gemini-api-key",
"GROQ_API_KEY": "your-groq-api-key",
"LOG_LEVEL": "info"
}
}
}
}