Thoughtspot

Official
by thoughtspot
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 客户端设置中:

{ "mcpServers": { "ThoughtSpot": { "command": "npx", "args": [ "mcp-remote", "https://agent.thoughtspot.app/sse" ] } } }

支持的传输

贡献

本地开发

  1. 安装依赖项
    npm install
  2. 设置环境变量
    • 复制.dev.vars并填写您的 ThoughtSpot 实例 URL 和访问令牌。
  3. 启动开发服务器
    npm run dev

端点

  • /mcp :MCP HTTP 流端点
  • /sse :服务器发送的 MCP 事件
  • /api :作为 HTTP 端点公开的 MCP 工具
  • /authorize/token/register :OAuth 端点

配置

  • wrangler.jsonc :配置绑定、秘密和兼容性。

MCP 服务器,© ThoughtSpot, Inc. 2025

-
security - not tested
F
license - not found
-
quality - not tested

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.

思想点

  1. 目录
    1. 特征
      1. MCP 客户端配置
        1. 支持的传输
      2. 贡献
        1. 本地开发
        2. 端点
      3. 配置

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          This 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 directions
          Last updated -
          3
          10
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          An 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 -
          48
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          525
          1
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          An 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 -
          1
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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/thoughtspot/mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server