Skip to main content
Glama

Convex MCP server

Official
by get-convex
tsconfig.json793 B
{ "include": ["**/*.ts", "**/*.tsx", "public/script*.js"], "compilerOptions": { "target": "ES2022", "jsx": "react-jsx", "module": "ESNext", "lib": ["ES2022", "DOM", "DOM.Iterable"], "types": ["vite/client"], /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, /* Linting */ "skipLibCheck": true, "strict": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "baseUrl": ".", "paths": { "~/*": ["./src/*"] }, "esModuleInterop": true, "isolatedModules": true, "resolveJsonModule": true, "allowJs": true, "forceConsistentCasingInFileNames": 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