Skip to main content
Glama

Convex MCP server

Official
by get-convex
README.md534 B
# HTTP Action Example App This example demonstrates how to use Convex [HTTP actions](https://docs.convex.dev/functions/http-actions). ## Running the App To run the web app: ``` npm install npm run dev ``` To call the endpoints (e.g. using `curl`): ``` export DEPLOYMENT_NAME="tall-sheep-123" curl "https://$DEPLOYMENT_NAME.convex.site/getMessagesByAuthor?authorNumber=123" curl -d '{ "author": "User 123", "body": "Hello world" }' \ -H 'content-type: application/json' "https://$DEPLOYMENT_NAME.convex.site/postMessage" ```

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