Integrations
Deployed as a Cloudflare Worker-based service that hosts the MCP server endpoints
Integration for code coverage reporting and monitoring
Integration with GitHub for CI/CD checks as shown by the check-runs badge
ThoughtSpot MCP 服务器
ThoughtSpot MCP 服务器是一项基于 Cloudflare Worker 的服务,它公开模型上下文协议 (MCP) 端点,用于与 ThoughtSpot 数据和工具进行交互。它提供基于 OAuth 的安全身份验证,以及一组用于从 ThoughtSpot 实例查询和检索相关数据的工具。
目录
特征
- OAuth 身份验证:使用 OAuth 流程保护端点,作为用户自己的范围。
- 工具:
ping
:测试连接和身份验证。getRelevantQuestions
:根据用户查询从 ThoughtSpot 数据库中获取相关数据问题。getAnswer
:从 ThoughtSpot 数据库获取特定问题的答案。createLiveboard
:根据答案列表创建一个活动板。
- MCP 资源:
datasources
:用户可以访问的 TS 数据模型列表。
MCP 客户端配置
要在您的 MCP 客户端(例如 Claude Desktop、Windsurf、Cursor 等)中配置此 MCP 服务器,请将以下配置添加到您的 MCP 客户端设置中:
支持的传输
贡献
本地开发
- 安装依赖项:
- 设置环境变量:
- 复制
.dev.vars
并填写您的 ThoughtSpot 实例 URL 和访问令牌。
- 复制
- 启动开发服务器:
端点
/mcp
:MCP HTTP 流端点/sse
:服务器发送的 MCP 事件/api
:作为 HTTP 端点公开的 MCP 工具/authorize
、/token
、/register
:OAuth 端点
配置
- wrangler.jsonc :配置绑定、秘密和兼容性。
MCP 服务器,© ThoughtSpot, Inc. 2025
Related MCP Servers
- AsecurityAlicenseAqualityThis is a MCP server that implements an unreasonable thinking system. It helps generate unconventional solutions: Generating unreasonable thoughts that challenge conventional wisdom. Creating branches of thinking in different directionsLast updated -310JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.Last updated -48PythonMIT License
- -securityAlicense-qualityA minimal MCP Server that provides Claude AI models with the 'think' tool capability, enabling better performance on complex reasoning tasks by allowing the model to pause during response generation for additional thinking steps.Last updated -5251TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that enables managing multiple lines of thought with features like branch navigation, cross-references between related thoughts, and insight generation from key points.Last updated -1TypeScriptMIT License