Convex MCP server
OfficialConvexは、人間でもLLMでも、Webアプリ開発者の作業を楽にするために設計されたオープンソースのリアクティブデータベースです。純粋なTypeScriptで記述することで、データの取得とビジネスロジックの実行を強力な一貫性で行うことができます。
Convexはデータベース、サーバー関数の記述場所、そしてクライアントライブラリを提供します。動的なライブ更新アプリの構築と拡張を容易にします。詳しくはドキュメントをご覧ください。
Convexバックエンドの開発はConvexチームが主導しています。バグ修正やフィードバックを歓迎します。このリポジトリは、社内開発作業と数日以内に同期されます。
はじめる
Convex の詳細については、ドキュメントにアクセスし、入門ガイドに従ってください。
Convex で開発を行う最も簡単な方法は、当社のクラウド プラットフォームを利用することです。このプラットフォームには充実した無料枠が用意されており、インフラストラクチャを気にすることなくアプリケーションの開発に集中できます。多くの小規模アプリケーションやサイドプロジェクトは、無料枠だけで運用でき、コストもメンテナンスも不要です。
Related MCP server: safedb-mcp
セルフホスティング
セルフホスト型製品には、ダッシュボードやCLIなど、クラウド製品のほとんどの機能が含まれています。セルフホスト型のConvexは、Neon、Fly.io、Vercel、Netlify、RDS、Sqlite、Postgresなど、さまざまなツールと連携します。
Convex をセルフホストするには、Docker(推奨)またはビルド済みのバイナリを使用できます。詳細な手順については、セルフホスティングガイドをご覧ください。セルフホスティングに関するコミュニティサポートは、 Discordの#self-hostedチャンネルでご利用いただけます。
コミュニティとサポート
ヘルプやディスカッションのためにDiscord コミュニティに参加してください。
オープンソースの Convex バックエンドの構築と使用に関する問題は、GitHub Issuesを通じて報告してください。
ソースからのビルド
BUILD.mdを参照してください。
免責事項
セルフホスティングを選択する場合は、セルフホスティングガイドに従うことをお勧めします。ソースからビルドする場合は、インスタンスシークレットと管理者キーをリポジトリのデフォルトから変更してください。
ConvexはLinuxとMacで最も徹底的にテストされています。Windowsでは経験が浅いです。問題が発生した場合は、 Discordの
#self-hostedチャンネルにメッセージをお送りください。Convexのセルフホストビルドには、製品の改善に役立つビーコンが含まれています。この情報は最小限で匿名であり、Convexにとって有用ですが、本当に無効にしたい場合は、バックエンドバイナリに
--disable-beaconフラグを設定することができます。ビーコンのメッセージはログに出力され、以下の情報のみが含まれます。デプロイメントのランダムな識別子(他の場所では使用されません)
データベースの移行バージョン
バックエンドのGit rev
バックエンドの稼働時間
リポジトリレイアウト
crates/には Rust コードが含まれていますメインバイナリ
local_backend/は、Runtime上のアプリケーションサーバーです。これは、Convexクラウドのサービスエッジとして機能します。
npm-packages/は、公開 TypeScript パッケージと内部 TypeScript パッケージの両方が含まれています。内部パッケージ
udf-runtime/クエリとミューテーションのためのユーザー定義関数JS環境をセットアップしますudf-tests/分離層のテストに使用される関数のコレクションです。system-udfs/には、Convex システムで使用される関数 (CLI など) が含まれています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceMCP server providing managed persistent memory for AI agents. Read and write structured state across sessions, tools, and restarts at 1000+ requests per second, with no infrastructure to self-host or operate.2Apache 2.0- AlicenseAqualityCmaintenanceSecure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs6347MIT
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP server that bridges your MongoDB or PostgreSQL database to AI agents, with sandbox isolation and field-level control.73MIT
- AlicenseAqualityAmaintenanceSecure and token-efficient MySQL MCP server built specifically for AI agents. Prevents hallucinations, optimizes context windows and blocks dangerous queries.5106MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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