Skip to main content
Glama

MCP TapData Server

Official
by tapdata

MCP TapData 서버


TapData에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 연결 및 스키마를 검사하고 CRUD 작업을 실행할 수 있습니다.

특징

자원

  • 사용 가능한 모든 데이터베이스 연결 나열

  • 데이터베이스 연결 ID를 기준으로 모든 테이블 나열

도구

  • 사이

    • 사용 가능한 데이터베이스 연결 정보 및 상태 가져오기

    • 입력: 없음

    • ID, 연결 유형, 연결 이름, 데이터베이스 유형, 연결 유형 및 테이블 수를 반환합니다.

  • 테이블

    • 데이터베이스 연결 ID를 기준으로 모든 테이블 나열

    • 입력: 컬렉션 ID

    • ID, 테이블 유형, 테이블 이름을 반환합니다.

  • 질문

    • 지정된 데이터베이스 연결 ID와 테이블 이름을 사용하여 데이터 쿼리

    • 입력: 연결 ID, 테이블 이름 옵션

    • 쿼리 결과 또는 실행 계획을 반환합니다.

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

pnpm run build

자동 재빌드를 사용한 개발의 경우:

pnpm run watch

개발을 위한 설치

Claude Desktop 사용

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mcp-tap-server": { "url": "http://localhost:3001/sse?accessCode=3324cfdf-7d3e-4792-bd32-571638d4562f", "type": "sse" } } }
-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • -
    security
    -
    license
    -
    quality
    A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.
    Last updated -
    120
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    A 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 -
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A 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 -
    19
    23
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A 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 -

View all related MCP servers

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/tapdata/mcp-tap-server'

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