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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

대규모 언어 모델이 데이터베이스 연결에 액세스하고 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 스키마를 보고 연결된 데이터베이스에서 CRUD 작업을 수행하는 기능이 포함됩니다.

  1. 특징
    1. 자원
    2. 도구
  2. 개발
    1. 개발을 위한 설치
      1. Claude Desktop 사용

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables Large Language Models to seamlessly interact with ClickHouse databases, supporting resource listing, schema retrieval, and query execution.
      Last updated -
      1
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that allows Large Language Models to interact with Astra DB databases, providing tools for managing collections and records through natural language commands.
      Last updated -
      10
      115
      12
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      -
      license
      -
      quality
      A Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.
      Last updated -
      Python
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that enables large language models to interact with Apache Superset databases through REST API, supporting database queries, table lookups, field information retrieval, and SQL execution.
      Last updated -
      4
      3
      TypeScript

    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