Go
MIT License
ThoughtSpot MCP 服务器是一项基于 Cloudflare Worker 的服务,它公开模型上下文协议 (MCP) 端点,用于与 ThoughtSpot 数据和工具进行交互。它提供基于 OAuth 的安全身份验证,以及一组用于从 ThoughtSpot 实例查询和检索相关数据的工具。
ping
:测试连接和身份验证。getRelevantQuestions
:根据用户查询从 ThoughtSpot 数据库中获取相关数据问题。getAnswer
:从 ThoughtSpot 数据库获取特定问题的答案。createLiveboard
:根据答案列表创建一个活动板。datasources
:用户可以访问的 TS 数据模型列表。要在您的 MCP 客户端(例如 Claude Desktop、Windsurf、Cursor 等)中配置此 MCP 服务器,请将以下配置添加到您的 MCP 客户端设置中:
.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