Community MCP Server: c4pt0r/mcp-server-tidb
MCP server implementation for TiDB (serverless) database.
# Clone the repository
git clone https://github.com/c4pt0r/mcp-server-tidb
cd mcp-server-tidb
# Install the package and dependencies using uv
uv venv
uv pip install -e .
Go tidbcloud.com to create a free TiDB database cluster
Configuration can be provided through environment variables, or using .env...