Skip to main content
Glama

Convex MCP server

Official
by get-convex
README.md509 B
# Protobuf files ## How to add a new protobuf file 1. Create a few called <package_name>.proto in protos/ 2. Make sure to use the same "package" pragma as the file name in the body of the proto 3. Specify any message schemas in that proto file. How to use the resultant protobufs: This package will automatically generate modules that contain all your message structs. So given a file called foo.proto with `message Bar`, your crate can import the generated struuct like so: use pb::foo::Bar;

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