
TiDB AI
STDIOMCP server for connecting Cursor with TiDB AI for queries
MCP server for connecting Cursor with TiDB AI for queries
A Model Control Protocol (MCP) server that allows Cursor to ask questions to TiDB AI.
go get github.com/siddontang/tidb-ai-mcp
# Run the server with stdio transport ./tidb-ai-mcp
go build -o tidb-ai-mcp
To use this MCP server with Cursor:
go build -o tidb-ai-mcp
tidb-ai-mcp
binary in your Cursor configurationMIT