Skip to main content
Glama
tapdata

MCP TapData Server

Official
by tapdata

MCP TapData 서버


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

특징

자원

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

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

도구

  • 사이

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

    • 입력: 없음

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

  • 테이블

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

    • 입력: 컬렉션 ID

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

  • 질문

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

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

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

Related MCP server: PostgreSQL Advanced MCP Server

개발

종속성 설치:

지엑스피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"
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • GibsonAI MCP server: manage your databases with natural language

View all MCP Connectors

Latest Blog Posts

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