Back to directory
sisisin-sandbox/try-mcp-server

sisisin-sandbox/try-mcp-server

@sisisin-sandbox

BigQuery MCP サーバー - BigQuery MCP服务器,允许通过MCP协议与Google BigQuery交互

bigquerymcptypescriptdenogoogle-clouddatabase

Installation & Configuration

{
  "mcpServers": {
    "bigquery": {
      "command": "deno",
      "args": [
        "run",
        "--allow-all",
        "src/main.ts"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "path/to/.config/gcloud/application_default_credentials.json"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17