TiDB MCP 서버
MCP 도구를 통해 SELECT 쿼리를 실행할 수 있는 TiDB용 MCP(Model Context Protocol) 서버입니다.
특징
- TiDB에서 SELECT 쿼리 실행
- 환경 변수를 통한 보안 연결
- 가볍고 사용하기 쉬움
필수 조건
- 노드.js 16+
- TiDB 인스턴스
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 TiDB 서버를 자동으로 설치하려면:
지엑스피1
npx를 통해
글로벌 설치
구성
실행하기 전에 다음 환경 변수를 설정하세요.
용법
- 서버를 시작합니다:
- MCP 구성에 추가(cline_mcp_settings.json):
- MCP 도구를 사용하세요:
개발
- 저장소를 복제합니다.
- 종속성 설치:
- 짓다:
- 달리다:
특허
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
TiDB 데이터베이스에서 SELECT 쿼리를 실행할 수 있는 모델 컨텍스트 프로토콜 서버로, 명시적으로 활성화된 경우 INSERT, UPDATE, DELETE 작업을 선택적으로 지원합니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.Last updated -37
- AsecurityAlicenseAqualityA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.Last updated -1565MIT License
- -securityFlicense-qualityA Model Context Protocol server that provides comprehensive access to Microsoft SQL Server databases, enabling Language Models to inspect schemas, execute queries, manage database objects, and perform advanced database operations.Last updated -7