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-Server

Der ThoughtSpot MCP-Server ist ein Cloudflare Worker-basierter Dienst, der Model Context Protocol (MCP)-Endpunkte für die Interaktion mit ThoughtSpot-Daten und -Tools bereitstellt. Er bietet sichere OAuth-basierte Authentifizierung und eine Reihe von Tools zum Abfragen und Abrufen relevanter Daten aus einer ThoughtSpot-Instanz.

Inhaltsverzeichnis

Merkmale

  • OAuth-Authentifizierung : Sichern Sie Endpunkte mithilfe von OAuth-Flows als eigenen Bereich des Benutzers.
  • Werkzeuge :
    • ping : Testen Sie die Konnektivität und Authentifizierung.
    • getRelevantQuestions : Holen Sie basierend auf einer Benutzerabfrage relevante Datenfragen aus der ThoughtSpot-Datenbank.
    • getAnswer : Holen Sie sich die Antwort auf eine bestimmte Frage aus der ThoughtSpot-Datenbank.
    • createLiveboard : Erstellen Sie ein Liveboard aus einer Liste von Antworten.
  • MCP-Ressourcen :
    • datasources : Liste der TS-Datenmodelle, auf die der Benutzer Zugriff hat.

MCP-Client-Konfiguration

Um diesen MCP-Server in Ihrem MCP-Client (wie Claude Desktop, Windsurf, Cursor usw.) zu konfigurieren, fügen Sie Ihren MCP-Client-Einstellungen die folgende Konfiguration hinzu:

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

Unterstützte Transporte

Beitragen

Lokale Entwicklung

  1. Abhängigkeiten installieren :
    npm install
  2. Umgebungsvariablen einrichten :
    • Kopieren Sie .dev.vars und geben Sie die URL und das Zugriffstoken Ihrer ThoughtSpot-Instanz ein.
  3. Starten Sie den Entwicklungsserver :
    npm run dev

Endpunkte

  • /mcp : MCP-HTTP-Streaming-Endpunkt
  • /sse : Vom Server gesendete Ereignisse für MCP
  • /api : MCP-Tools, die als HTTP-Endpunkte verfügbar gemacht werden
  • /authorize , /token , /register : OAuth-Endpunkte

Konfiguration

  • wrangler.jsonc : Konfigurieren Sie Bindungen, Geheimnisse und Kompatibilität.

MCP-Server, © 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.

Gedankenpunkt

  1. Inhaltsverzeichnis
    1. Merkmale
      1. MCP-Client-Konfiguration
        1. Unterstützte Transporte
      2. Beitragen
        1. Lokale Entwicklung
        2. Endpunkte
      3. Konfiguration

        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