sisisin-sandbox/try-mcp-server
If you are the rightful owner of try-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
BigQuery MCP Server is a model context protocol server designed to interface with Google BigQuery, allowing seamless integration and data management.
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": []
}
}
}