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 Serverは、Cloudflare Workerベースのサービスで、ThoughtSpotのデータやツールと連携するためのModel Context Protocol(MCP)エンドポイントを公開します。安全なOAuthベースの認証と、ThoughtSpotインスタンスから関連データをクエリおよび取得するためのツールセットを提供します。

目次

特徴

  • OAuth 認証: ユーザー独自のスコープとして、OAuth フローを使用してエンドポイントを保護します。
  • ツール:
    • ping : 接続と認証をテストします。
    • getRelevantQuestions : ユーザークエリに基づいて、ThoughtSpot データベースから関連するデータの質問を取得します。
    • getAnswer : ThoughtSpot データベースから特定の質問に対する回答を取得します。
    • createLiveboard : 回答のリストからライブボードを作成します。
  • MCP リソース:
    • datasources : ユーザーがアクセスできる TS データ モデルのリスト。

MCP クライアント構成

この MCP サーバーを MCP クライアント (Claude Desktop、Windsurf、Cursor など) で構成するには、次の構成を MCP クライアント設定に追加します。

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

サポートされているトランスポート

  • SSE /sse
  • ストリーミングされた HTTP /mcp

貢献

地域開発

  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