MCP TapData 서버
TapData에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 연결 및 스키마를 검사하고 CRUD 작업을 실행할 수 있습니다.
특징
자원
- 사용 가능한 모든 데이터베이스 연결 나열
- 데이터베이스 연결 ID를 기준으로 모든 테이블 나열
도구
- 사이
- 사용 가능한 데이터베이스 연결 정보 및 상태 가져오기
- 입력: 없음
- ID, 연결 유형, 연결 이름, 데이터베이스 유형, 연결 유형 및 테이블 수를 반환합니다.
- 테이블
- 데이터베이스 연결 ID를 기준으로 모든 테이블 나열
- 입력: 컬렉션 ID
- ID, 테이블 유형, 테이블 이름을 반환합니다.
- 질문
- 지정된 데이터베이스 연결 ID와 테이블 이름을 사용하여 데이터 쿼리
- 입력: 연결 ID, 테이블 이름 옵션
- 쿼리 결과 또는 실행 계획을 반환합니다.
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
개발을 위한 설치
Claude Desktop 사용
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
대규모 언어 모델이 데이터베이스 연결에 액세스하고 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 스키마를 보고 연결된 데이터베이스에서 CRUD 작업을 수행하는 기능이 포함됩니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.Last updated -114PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.Last updated -664TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that allows Large Language Models like Claude to execute SQL queries, explore database schemas, and maintain persistent connections to SQL Server databases.Last updated -TypeScript