Official Registry metadata
mcp-server
MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data
52おすすめ度
Coding Agent に設定
公開メタデータから生成した例を確認して使用し、秘密情報は自分の環境変数から渡してください。
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'app-thoughtspot-mcp-server-75ae4f90' --url 'https://agent.thoughtspot.app/mcp' --bearer-token-env-var 'Authorization'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"app-thoughtspot-mcp-server-75ae4f90": {
"type": "http",
"url": "https://agent.thoughtspot.app/mcp"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"app-thoughtspot-mcp-server-75ae4f90": {
"type": "http",
"url": "https://agent.thoughtspot.app/mcp"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"app-thoughtspot-mcp-server-75ae4f90": {
"type": "http",
"url": "https://agent.thoughtspot.app/mcp"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"app-thoughtspot-mcp-server-75ae4f90": {
"httpUrl": "https://agent.thoughtspot.app/mcp",
"trust": false
}
}
}Stacklane は MCP Server をインストール、接続、実行、安全認証しません。メタデータとリスク表示は自動探索の参考情報です。
宣言された要件
Secret names declared by publisher
AuthorizationValues are never collected by Stacklane. Define them only on your own machine.
リスク情報
- Requires one or more secret values