MCP TapData Server
OfficialMCP 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"
}
}
}This server cannot be installed
Maintenance
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
- FlicenseBqualityDmaintenanceA 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.45
- Alicense-qualityDmaintenanceAn enhanced Model Context Protocol server that enables LLMs to inspect database schemas with rich metadata and execute read-only SQL queries with safety checks.14725MIT
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables LLMs like Claude to interact with SQLite and SQL Server databases, allowing for schema inspection and SQL query execution.853379MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol server that enables large language models to access database metadata and perform cross-engine data querying across diverse database ecosystems.1652Apache 2.0
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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