Skip to main content
Glama

Convex MCP server

Official
by get-convex
metrics.rs561 B
use metrics::register_convex_counter; register_convex_counter!(pub BAD_REQUEST_ERROR_TOTAL, "Count of bad request errors"); register_convex_counter!(pub CLIENT_DISCONNECT_ERROR_TOTAL, "Count of client disconnect errors"); register_convex_counter!(pub RATE_LIMITED_ERROR_TOTAL, "Count of rate limited errors"); register_convex_counter!(pub SYNC_AUTH_ERROR_TOTAL, "Count of sync auth errors"); register_convex_counter!(pub FORBIDDEN_ERROR_TOTAL, "Count of forbidden errors"); register_convex_counter!(pub COMMIT_RACE_TOTAL, "Total count of commit race errors");

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