We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apollographql/apollo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
scalars.rs•154 B
/// The GitHub API uses a Scalar called URI. I promise it's still
/// just a String.
#[allow(clippy::upper_case_acronyms)]
pub(crate) type URI = String;