We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mvp2o-ai/mcp-ide-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"my_id": "miles_mcp_server",
"recipients": {
"dyson_frontend": {
"name": "Dyson Frontend",
"description": "Front end SaaS platform for the AI powered SaaS platform"
},
"mcpresearchserver": {
"name": "MCP Research Server",
"description": "Research and analysis server for enhanced AI capabilities"
},
"mcp-ide-bridge": {
"name": "MCP IDE Bridge",
"description": "Bridge service for IDE integration and cross-project collaboration"
}
},
"server_info": {
"url": "http://localhost:8124/mcp/",
"transport": "http_streamable",
"description": "Miles MCP server for core business logic and AI coordination"
}
}