try-mcp-server

try-mcp-server

0

The project is a Model Context Protocol (MCP) Server setup for BigQuery, requiring Deno compilation and configuration of Google application credentials.

BigQuery MCP サーバー

setting

  • run deno task compile
  • add setting
{
  "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": []
    }
  }
}