Skip to main content
Glama

Convex MCP server

Official
by get-convex
usage.proto800 B
syntax = "proto3"; package usage; message FunctionUsageStats { repeated CounterWithTag storage_calls = 1; reserved 2; repeated CounterWithComponent storage_ingress_size_by_component = 8; reserved 3; repeated CounterWithComponent storage_egress_size_by_component = 9; repeated CounterWithTag database_ingress_size = 4; repeated CounterWithTag database_egress_size = 5; repeated CounterWithTag vector_ingress_size = 6; repeated CounterWithTag vector_egress_size = 7; repeated CounterWithTag database_egress_rows = 10; } message CounterWithTag { optional string component_path = 3; optional string table_name = 1; optional uint64 count = 2; } message CounterWithComponent { optional string component_path = 1; optional uint64 count = 2; }

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