Loading subscription status...
{
"mcpServers": [
{
"BigQuery": {
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account-key.json"
},
"args": [
"--project-id",
"your-project-id",
"--location",
"asia-northeast1",
"--max-results",
"1000",
"--max-bytes-billed",
"500000000000"
],
"command": "/path/to/dist/bigquery-mcp-server"
}
}
]
}