Skip to main content
Glama

Convex MCP server

Official
by get-convex
CONTRIBUTING.md1.75 kB
# Contributing Thanks for your interest in contributing to convex-js. For anything not covered here, feel free to ask in the [Convex Discord Community](https://convex.dev/community). ### I have a question Great, please use GitHub discussions for this, or ask in Discord. ## I have a feature suggestion Great, please open a GitHub issue on this repository for this or share in Discord. ### I want to make a pull request convex-js is developed primarily by employees of Convex Inc. We're excited to provide transparency to our customers and contribute to the community by releasing this code. We can accept some pull requests from non-employee contributors, but please check in on Discord or in GitHub issues before getting into anything more than small fixes to see if it's consistent with our short term plan. We think carefully about how our APIs contribute to a cohesive product, so chatting up front goes a long way. Client tests can be run with ``` npm test ``` but be aware that there are integration tests, end-to-end tests, proptests, and more which test this code but are not located in this repository. # Directory structure notes Code generally lives in the src/ directory. There nearly-empty directories for each entry point at the top level implement the 'package-json-redirects' strategy described at https://github.com/andrewbranch/example-subpath-exports-ts-compat in an effort to make the convex npm package as compatible as possible while making the published package mirror the filesystem of this repository. # Build notes management-api.json is a programmatically updated file that generates src/cli/generatedApi.ts, but generating this file is a manual process. Run `npm run generateManagementApiSpec` to update it.

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