Enables execution of SELECT queries on a TiDB instance via MCP tools.
TiDB allows users to execute SELECT queries on a TiDB database directly through Model Context Protocol (MCP) tools. This lightweight server prioritizes secure connections using environment variables and offers an easy-to-use interface for interacting with TiDB instances. Optional operation permissions provide users with the ability to allow insert, update, and delete operations.
主な機能
010 GitHub stars
02Lightweight and easy to use
03Optional operation permissions
04Execute SELECT queries on TiDB
05Integration with Smithery
06Secure connection via environment variables
ユースケース
01Querying data from TiDB using MCP tools
02Integrating TiDB data into Claude Desktop workflows