Skip to main content
Glama

Convex MCP server

Official
by get-convex
lib.rs337 B
#![feature(iterator_try_collect)] #![feature(impl_trait_in_assoc_type)] mod metrics; #[cfg(test)] mod tests; pub mod tracker; /// What is the maximum length of a single text term? We will silently drop /// terms that exceed this length. /// /// TODO: Or should we truncate these to a prefix? pub const MAX_TEXT_TERM_LENGTH: usize = 32;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'

If you have feedback or need assistance with the MCP directory API, please join our Discord server