bohnen/tidb-unofficial-mcp
If you are the rightful owner of tidb-unofficial-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The TiDB Unofficial DXT / MCP Server is a Desktop Extension that provides a Model Context Protocol server for TiDB database operations, enabling AI assistants to interact with TiDB databases.
Tools
Functions exposed to the LLM to take actions
show_databases
Shows all databases in the TiDB cluster.
switch_database
Switches to a specific database with optional credentials.
show_tables
Shows all tables in the current database.
db_query
Executes SELECT queries on the TiDB database.
db_execute
Executes INSERT, UPDATE, DELETE, CREATE, DROP operations.
db_create_user
Creates a new database user.
db_remove_user
Removes a database user from the TiDB cluster.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client