We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robhicks/browser-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•255 B
pub mod combined;
pub mod health;
// pub mod mcp_server; // Will be enabled after fixing rmcp API compatibility
pub mod simple;
pub mod websocket;
pub use combined::*;
pub use health::*;
// pub use mcp_server::*;
pub use simple::*;
pub use websocket::*;