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": "dyson_frontend",
"recipients": {
"miles_mcp_server": {
"name": "Miles MCP Server",
"description": "Core MCP server for business logic and AI coordination"
},
"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:8126/mcp/",
"transport": "http_streamable",
"description": "Dyson Frontend SaaS platform for AI-powered development workflows"
}
}