Skip to main content
Glama

Thoughtspot

Official
by thoughtspot
wrangler.jsonc1.11 kB
/** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "keep_vars": true, "$schema": "node_modules/wrangler/config-schema.json", "name": "thoughtspot-mcp-server", "main": "src/index.ts", "compatibility_date": "2025-04-17", "compatibility_flags": [ "nodejs_compat" ], "durable_objects": { "bindings": [ { "class_name": "ThoughtSpotMCP", "name": "MCP_OBJECT" }, { "class_name": "ThoughtSpotOpenAIDeepResearchMCP", "name": "OPENAI_DEEP_RESEARCH_MCP_OBJECT" } ] }, "migrations": [ { "tag": "v2", "new_sqlite_classes": [ "ThoughtSpotMCP" ] }, { "tag": "v3", "new_sqlite_classes": [ "ThoughtSpotOpenAIDeepResearchMCP" ] } ], "kv_namespaces": [{ "binding": "OAUTH_KV", "id": "05ca6fed380e4fe48dbfc5c3d03b4070" }], "observability": { "enabled": true, "head_sampling_rate": 1 }, "analytics_engine_datasets": [ { "binding": "ANALYTICS", "dataset": "mcp_events" } ], "assets": { "directory": "./static/", "binding": "ASSETS" }, }

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