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 サーバー

评论

数据库 分类下的更多 MCP 服务器