Skip to main content
Glama

Convex MCP server

Official
by get-convex
verdaccio.yaml825 B
# Verdaccio where convex cannot doesn't exist yet. # verdaccio-memory store: memory: limit: 1000000 # verdaccio-auth-memory plugin auth: # htpasswd: # file: ./htpasswd auth-memory: users: foo: name: foo password: bar # uplinks uplinks: npmjs: url: https://registry.npmjs.org/ packages: "convex": access: $all publish: $all unpublish: $all "**": access: $all publish: $authenticated unpublish: $authenticated proxy: npmjs # rate limit configuration rateLimit: windowMs: 1000 max: 10000 middlewares: audit: enabled: true security: api: jwt: sign: expiresIn: 1d log: { type: stdout, format: pretty, level: http } i18n: web: en-US max_body_size: 100mb # try to use verdaccio with child_process:fork _debug: true

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