TiDB AI 助手
STDIO让Cursor与TiDB AI交互的服务器
让Cursor与TiDB AI交互的服务器
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