Skip to main content
Glama

Convex MCP server

Official
by get-convex
prettier.yml826 B
# Be sure to update .mergify.yml rules if adding/renaming any jobs. name: Prettier concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true on: workflow_dispatch: push: branches: [main] pull_request: branches: ["**"] jobs: check: name: Prettier runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: "3.13" - run: scripts/check_prettier_matches_dprint.py - name: Get dprint version run: | echo DPRINT_VERSION=$(node -p "require('./scripts/package.json').devDependencies['dprint']") >> $GITHUB_ENV - uses: dprint/check@v2.3 with: dprint-version: ${{ env.DPRINT_VERSION }}

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