MCP.so
ログイン

BigQuery MCP サーバー

@sisisin-sandbox

BigQuery MCP サーバー について

概要はまだありません

基本情報

カテゴリ

データベース

ランタイム

node

トランスポート

stdio

公開者

sisisin-sandbox

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bigquery": {
      "command": "path/to/sisisin-sandbox/try-mcp-server/bin/mcp_bigquery",
      "args": [],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "path/to/.config/gcloud/application_default_credentials.json"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is BigQuery MCP サーバー?

BigQuery MCP サーバー is an MCP server that integrates with Google BigQuery. It is built with Deno and requires compilation before use. Users configure it in their MCP client by specifying the path to the compiled binary and providing Google Application Credentials via environment variable.

How to use BigQuery MCP サーバー?

Compile the server by running deno task compile. Then add the following configuration to your MCP settings file, adjusting the path to the compiled binary and the credentials file.

{
  "mcpServers": {
    "bigquery": {
      "command": "path/to/sisisin-sandbox/try-mcp-server/bin/mcp_bigquery",
      "args": [],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "path/to/.config/gcloud/application_default_credentials.json"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Key features of BigQuery MCP サーバー

Use cases of BigQuery MCP サーバー

FAQ from BigQuery MCP サーバー

コメント

「データベース」の他のコンテンツ