TiDB MCP サーバー
MCP ツールを通じて SELECT クエリを実行できる TiDB 用のモデル コンテキスト プロトコル (MCP) サーバー。
特徴
- TiDBでSELECTクエリを実行する
- 環境変数による安全な接続
- 軽量で使いやすい
前提条件
- Node.js 16以上
- TiDBインスタンス
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の TiDB サーバーを自動的にインストールするには:
npx経由
グローバルインストール
構成
実行する前に次の環境変数を設定します。
使用法
- サーバーを起動します。
- MCP 構成 (cline_mcp_settings.json) に追加します。
- MCP ツールを使用します:
発達
- リポジトリをクローンします:
- 依存関係をインストールします:
- 建てる:
- 走る:
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
TiDB データベースで SELECT クエリを実行できるモデル コンテキスト プロトコル サーバー。明示的に有効にすると、INSERT、UPDATE、および DELETE 操作もオプションでサポートされます。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.Last updated -37
- AsecurityAlicenseAqualityA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.Last updated -1565MIT License
- -securityFlicense-qualityA Model Context Protocol server that provides comprehensive access to Microsoft SQL Server databases, enabling Language Models to inspect schemas, execute queries, manage database objects, and perform advanced database operations.Last updated -7