Token导航 LogoToken导航TokenDH.com
TiDB MCP Server logo
数据服务stdio官方级别未说明来源级核验

TiDB MCP Server

MCP Server

@smithery/cli

TiDB MCP Server

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
数据分析JavaScriptClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

l1806858547

提供方

l1806858547

最后核验

2026/5/18 04:07

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @l1806858547/tidb-server --client claude

详细介绍

TiDB MCP服务器

](https://smithery.ai/server/@l1806858547/tidb-server)

TiDB的模型上下文协议(MCP)服务器,允许通过MCP工具执行SELECT查询。

特性

  • 在TiDB上执行SELECT查询
  • 通过环境变量实现安全连接
  • 重量轻,易于使用

先决条件

  • Node.js 16+
  • TiDB实例

安装

通过Smithery安装

通过以下方式自动安装Claude Desktop的TiDB服务器 史密瑟里:

npx -y @smithery/cli install @l1806858547/tidb-server --client claude

通过npx

npx tidb-mcp-server

全球安装

npm install -g tidb-mcp-server
tidb-mcp-server

配置

在运行之前设置这些环境变量:

export TIDB_HOST="your_tidb_host"
export TIDB_PORT="your_tidb_port" 
export TIDB_USER="your_username"
export TIDB_PASS="your_password"
export TIDB_DB="your_database"

# Optional operation permissions (default: false)
export ALLOW_INSERT_OPERATION="false"  # Set to "true" to allow INSERT operations
export ALLOW_UPDATE_OPERATION="false"  # Set to "true" to allow UPDATE operations 
export ALLOW_DELETE_OPERATION="false"  # Set to "true" to allow DELETE operations

WARNING: Enabling these operations may expose your database to modification risks.
Only enable what you need and ensure proper access controls are in place.

用法

  1. 启动服务器:
tidb-server
  1. 添加到MCP配置(cline_MCP_settings.json):
{
  "mcpServers": {
    "tidb-server": {
      "command": "npx",
      "args": ["-y", "tidb-mcp-server"], # Also adding the -y flag for consistency
      "env": {
        "TIDB_HOST": "your_tidb_host",
        "TIDB_PORT": "your_tidb_port",
        "TIDB_USER": "your_username",
        "TIDB_PASS": "your_password",
        "TIDB_DB": "your_database"
      }
    }
  }
}
  1. 使用MCP工具:
const result = await use_mcp_tool({
  server_name: 'tidb-server',
  tool_name: 'tidb_query', 
  arguments: {
    sql: 'SELECT * FROM your_table LIMIT 10'
  }
});

发展

  1. 克隆仓库:
git clone https://github.com/l1806858547/tidb-server.git
cd tidb-server
  1. 安装依赖项:
npm install
  1. 构建:
npm run build
  1. 运行:
node build/index.js

许可证

麻省理工学院

目录标签

目录标签

数据分析JavaScriptClaudedeveloper-tools数据库查询本地部署TiDB工具MCP协议轻量级服务

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP