Skip to main content
Glama

Convex MCP server

Official
by get-convex
README.md907 B
# dashboard-self-hosted This is the dashboard for the self-hosted version of Convex. You may run this code locally to test changes. ## Configuration To use the scripts set up in this repo you'll need to install [`Just`](https://github.com/casey/just) - Just is used to execute scripts set up in the `Justfile`. - To install it see [Packages](https://github.com/casey/just?tab=readme-ov-file#packages), for example `cargo install just` or `brew install just` Next you'll need the URL to your Convex deployment. This URL can point to a deployment hosted locally, remotely, or on Convex Cloud (URL found on the deployment settings page: https://dashboard.convex.dev/deployment/settings) One time setup: ``` # Install dependencies just rush install # Build the project's dependencies just rush build -T dashboard-self-hosted ``` Run the dashboard: ``` just run-dashboard "YOUR_DEPLOYMENT_URL" ```

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