
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@thoughtspot/mcp-server
Advanced tools
The ThoughtSpot MCP Server is a Cloudflare Worker-based service that exposes Model Context Protocol (MCP) endpoints for interacting with ThoughtSpot data and tools. It provides secure OAuth-based authentication and a set of tools for querying and retrieving relevant data from a ThoughtSpot instance.
ping: Test connectivity and authentication.getRelevantQuestions: Get relevant data questions from ThoughtSpot database based on a user query.getAnswer: Get the answer to a specific question from ThoughtSpot database.createLiveboard: Create a liveboard from a list of answers.datasources: List of TS Data models the user has access to.To configure this MCP server in your MCP client (such as Claude Desktop, Windsurf, Cursor, etc.), add the following configuration to your MCP client settings:
{
"mcpServers": {
"ThoughtSpot": {
"command": "npx",
"args": [
"mcp-remote",
"https://thoughtspot-mcp-server.thoughtspot-485.workers.dev/sse"
]
}
}
}
npm install
.dev.vars and fill in your ThoughtSpot instance URL and access token.npm run dev
/mcp: MCP HTTP Streaming endpoint/sse: Server-sent events for MCP/api: MCP tools exposed as HTTP endpoints/authorize, /token, /register: OAuth endpointsMCP Server, © ThoughtSpot, Inc. 2025
FAQs
MCP Server for ThoughtSpot
We found that @thoughtspot/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.