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:
Transportes soportados
Contribuyendo
Desarrollo local
- Instalar dependencias :
- Configurar variables de entorno :
- Copie
.dev.vars
y complete la URL de su instancia de ThoughtSpot y el token de acceso.
- Copie
- Inicie el servidor de desarrollo :
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
This server cannot be installed
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
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