Runs as a Node.js application, requiring Node.js 16+ to function.
TiDB MCP-Server
Ein Model Context Protocol (MCP)-Server für TiDB, der die Ausführung von SELECT-Abfragen über MCP-Tools ermöglicht.
Merkmale
- Führen Sie SELECT-Abfragen auf TiDB aus
- Sichere Verbindung über Umgebungsvariablen
- Leicht und einfach zu bedienen
Voraussetzungen
- Node.js 16+
- TiDB-Instanz
Installation
Installation über Smithery
So installieren Sie den TiDB-Server für Claude Desktop automatisch über Smithery :
Über npx
Globale Installation
Konfiguration
Legen Sie vor dem Ausführen diese Umgebungsvariablen fest:
Verwendung
- Starten Sie den Server:
- Zur MCP-Konfiguration hinzufügen (cline_mcp_settings.json):
- Verwenden Sie das MCP-Tool:
Entwicklung
- Klonen Sie das Repo:
- Installieren Sie Abhängigkeiten:
- Bauen:
- Laufen:
Lizenz
MIT
You must be authenticated.
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
Ein Model Context Protocol-Server, der die Ausführung von SELECT-Abfragen in TiDB-Datenbanken ermöglicht, mit optionaler Unterstützung für INSERT-, UPDATE- und DELETE-Operationen, wenn diese explizit aktiviert sind.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.Last updated -JavaScript
- -security-license-qualityA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.Last updated -Python
- -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 -JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.Last updated -3TypeScriptMIT License