MCP ExplorerExplorer

Tidb Ai Mcp

@siddontangon a year ago
3 MIT
FreeCommunity
AI Systems
A MCP demo to interact with https://tidb.ai

Overview

What is Tidb Ai Mcp

tidb-ai-mcp is a Model Control Protocol (MCP) server that enables users to interact with TiDB AI by asking questions through a command-line interface.

Use cases

Use cases for tidb-ai-mcp include querying data insights from TiDB AI, integrating AI capabilities into development workflows, and enhancing data-driven decision-making processes.

How to use

To use tidb-ai-mcp, first build the server using ‘go build -o tidb-ai-mcp’. Then, configure it as a stdio tool in Cursor by specifying the path to the binary. You can start asking questions to TiDB AI directly from Cursor.

Key features

Key features of tidb-ai-mcp include the ability to ask questions to TiDB AI, stdio transport for communication, and a simple command-line interface.

Where to use

tidb-ai-mcp can be used in various fields that require AI interaction, such as data analysis, software development, and machine learning applications.

Content

TiDB AI MCP Server

A Model Control Protocol (MCP) server that allows Cursor to ask questions to TiDB AI.

Features

  • Allows Cursor to ask questions to TiDB AI
  • Uses stdio transport for communication with Cursor
  • Simple command-line interface

Installation

go get github.com/siddontang/tidb-ai-mcp

Usage

# Run the server with stdio transport
./tidb-ai-mcp

Building

go build -o tidb-ai-mcp

Using with Cursor

To use this MCP server with Cursor:

  1. Build the server: go build -o tidb-ai-mcp
  2. In Cursor, configure the MCP server as a stdio tool by adding it to your Cursor settings
  3. Specify the path to the tidb-ai-mcp binary in your Cursor configuration
  4. You can now ask questions to TiDB AI directly from Cursor using the stdio transport

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers