We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bekirdag/docdex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mod.rs•292 B
//! HTTP API surface.
//!
//! The HTTP router and middleware still live in `crate::search` today; this
//! module provides a stable import path and re-exports the public types while
//! the codebase converges on the planned layout.
pub use crate::search::{router, AppState, SecurityConfig};