TiDB MCP Server

by l1806858547

tidb_query

Execute SQL queries on TiDB databases through the MCP server, enabling SELECT, INSERT, UPDATE, and DELETE operations for efficient data management.

Instructions

Execute SQL queries against TiDB

Input Schema

NameRequiredDescriptionDefault
sqlYesThe SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "sql": { "description": "The SQL query to execute", "type": "string" } }, "required": [ "sql" ], "type": "object" }

You must be authenticated.

Other Tools from TiDB MCP Server

Related Tools

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/l1806858547/tidb-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server