Back to MCP Servers
Server Tidb
TiDB database integration with schema inspection and query capabilities
databases
By c4pt0r
Installation
npx -y mcp-server-tidbConfiguration
{
"mcpServers": {
"mcp-server-tidb": {
"command": "npx",
"args": ["-y", "mcp-server-tidb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes