Skip to main content
Glama

TiDB MCP Server

by l1806858547
package.json762 B
{ "name": "tidb-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol server for TiDB", "type": "module", "main": "build/index.js", "bin": { "tidb-server": "./build/index.js" }, "repository": { "type": "git", "url": "https://github.com/l1806858547/tidb-server.git" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "mysql2": "^3.14.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/l1806858547/tidb-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server