Skip to main content
Glama

Convex MCP server

Official
by get-convex
module_paths.rs453 B
use sync_types::CanonicalizedModulePath; use super::ComponentId; #[derive(Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)] #[cfg_attr(any(test, feature = "testing"), derive(proptest_derive::Arbitrary))] pub struct CanonicalizedComponentModulePath { pub component: ComponentId, pub module_path: CanonicalizedModulePath, } impl CanonicalizedComponentModulePath { pub fn is_root(&self) -> bool { self.component.is_root() } }

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