mcp server for Cursor
app.thoughtspot/mcp-server
MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data
client:Cursor
transport:streamable-http
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://agent.thoughtspot.app/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs