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

Servidor MCP de ThoughtSpot

El servidor MCP de ThoughtSpot es un servicio basado en Cloudflare Worker que expone puntos finales del Protocolo de Contexto de Modelo (MCP) para interactuar con los datos y las herramientas de ThoughtSpot. Proporciona autenticación segura basada en OAuth y un conjunto de herramientas para consultar y recuperar datos relevantes de una instancia de ThoughtSpot.

Tabla de contenido

Características

  • Autenticación OAuth : puntos finales seguros que utilizan flujos OAuth, como ámbito propio del usuario.
  • Herramientas :
    • ping : prueba la conectividad y la autenticación.
    • getRelevantQuestions : obtiene preguntas de datos relevantes de la base de datos de ThoughtSpot en función de una consulta del usuario.
    • getAnswer : Obtenga la respuesta a una pregunta específica de la base de datos de ThoughtSpot.
    • createLiveboard : crea un tablero en vivo a partir de una lista de respuestas.
  • Recursos del MCP :
    • datasources : lista de modelos de datos TS a los que el usuario tiene acceso.

Configuración del cliente MCP

Para configurar este servidor MCP en su cliente MCP (como Claude Desktop, Windsurf, Cursor, etc.), agregue la siguiente configuración a la configuración de su cliente MCP:

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

Transportes soportados

Contribuyendo

Desarrollo local

  1. Instalar dependencias :
    npm install
  2. Configurar variables de entorno :
    • Copie .dev.vars y complete la URL de su instancia de ThoughtSpot y el token de acceso.
  3. Inicie el servidor de desarrollo :
    npm run dev

Puntos finales

  • /mcp : punto final de transmisión HTTP de MCP
  • /sse : Eventos enviados por el servidor para MCP
  • /api : herramientas MCP expuestas como puntos finales HTTP
  • /authorize , /token , /register : puntos finales de OAuth

Configuración

  • wrangler.jsonc : configura enlaces, secretos y compatibilidad.

Servidor 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.

Punto de pensamiento

  1. Tabla de contenido
    1. Características
      1. Configuración del cliente MCP
        1. Transportes soportados
      2. Contribuyendo
        1. Desarrollo local
        2. Puntos finales
      3. Configuración

        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