Go
MIT License
ThoughtSpot MCP 서버는 Cloudflare Worker 기반 서비스로, ThoughtSpot 데이터 및 도구와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 엔드포인트를 제공합니다. 안전한 OAuth 기반 인증과 ThoughtSpot 인스턴스에서 관련 데이터를 쿼리하고 검색하기 위한 도구 세트를 제공합니다.
ping
: 연결 및 인증을 테스트합니다.getRelevantQuestions
: 사용자 쿼리를 기반으로 ThoughtSpot 데이터베이스에서 관련 데이터 질문을 가져옵니다.getAnswer
: ThoughtSpot 데이터베이스에서 특정 질문에 대한 답변을 가져옵니다.createLiveboard
: 답변 목록에서 라이브보드를 만듭니다.datasources
: 사용자가 액세스할 수 있는 TS 데이터 모델 목록입니다.MCP 클라이언트(예: Claude Desktop, Windsurf, Cursor 등)에서 이 MCP 서버를 구성하려면 다음 구성을 MCP 클라이언트 설정에 추가하세요.
지엑스피1
.dev.vars
복사하고 ThoughtSpot 인스턴스 URL과 액세스 토큰을 입력합니다./mcp
: MCP HTTP 스트리밍 엔드포인트/sse
: MCP에 대한 서버에서 보낸 이벤트/api
: HTTP 엔드포인트로 노출되는 MCP 도구/authorize
, /token
, /register
: OAuth 엔드포인트MCP 서버, © ThoughtSpot, Inc. 2025
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
생각의 장소
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thoughtspot/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server