feat(third_party): add Google Cloud BigQuery plugin - #355
Merged
Conversation
This was referenced Sep 10, 2026
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 17:55
4894601 to
e844cb8
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 17:55
9e9d43a to
21cd0c0
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 20:14
e844cb8 to
b288e33
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 20:14
21cd0c0 to
a4604c4
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 21:18
b288e33 to
81c6f48
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 21:18
a4604c4 to
0e4e1f9
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 21:36
81c6f48 to
14ef85f
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 21:36
0e4e1f9 to
298bbb8
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 21:47
14ef85f to
86eae3b
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 21:47
298bbb8 to
6882e86
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 21:55
86eae3b to
c2ec8f2
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 21:55
6882e86 to
3fbc186
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 22:29
c2ec8f2 to
678976a
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 10, 2026 22:29
3fbc186 to
b6297f8
Compare
minupalaniappan
force-pushed
the
minu/plugin-coinbase
branch
from
September 10, 2026 22:38
678976a to
6cc3241
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
2 times, most recently
from
September 12, 2026 23:50
4d161bd to
c0a3cef
Compare
minupalaniappan
force-pushed
the
minu/plugin-google-cloud-bigquery
branch
from
September 12, 2026 23:57
c0a3cef to
00ea25b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
third_party/marketplace plugin, in the Attio (Add Attio third-party MCP plugin #339) / Hunter (Add Hunter third-party MCP plugin (API key header auth) #340) shape.all) and the Cursor marketplace does not. The server URL matches Grok's productionconnector_catalog.mcp_server_url..cursor-plugin/marketplace.jsonand the root README table.main; no longer stacked on feat(third_party): add Coinbase plugin #354.https://bigquery.googleapis.com/mcp200with no OAuth challenge and no discovery metadata; Google has no DCR.allMCP
{ "mcpServers": { "google-cloud-bigquery": { "type": "http", "url": "https://bigquery.googleapis.com/mcp" } } }Stack
Split from #345 into one PR per plugin. #347–#353 are merged. This PR was originally stacked on
coinbase#354 but is now independent and based onmain; #354 can land on its own schedule.Test plan
node scripts/validate-plugins.mjspasses on this branchmarketplace.json,plugin.json, and README table descriptions are identicallist_dataset_idsNotes
d394e3cfc). It addsbigquery.googleapis.comtoMCP_OAUTH_PROVIDER_POLICIESso the backend folds in the pre-registered Google client with scopehttps://www.googleapis.com/auth/bigquery(the scope Google's BigQuery API and MCP docs specify; there is no BigQuery-specific read-only scope). Sign-in only works once themarketplace2backend service is deployed at or past that commit; confirm the deploy before announcing the plugin.auth/bigqueryoncursor-gws-prodshould be confirmed; unverified, Cursor-surface users see Google's interstitial. The Grok GCP project already requests this scope for its BigQuery connector.gmail.Note
Medium Risk
Enables OAuth-backed access to BigQuery where agents may run SQL including DML/DDL and billable queries, depending on the user’s GCP IAM; changes are additive marketplace wiring only.
Overview
Adds a Google Cloud BigQuery marketplace plugin so Cursor agents can use Google’s hosted BigQuery MCP at
https://bigquery.googleapis.com/mcpvia user OAuth (no local API keys).The new
third_party/google-cloud-bigquerypackage includes the standard manifest,mcp.json, README (install, IAM prerequisites, explore/query/write/job capabilities), changelog, and license..cursor-plugin/marketplace.jsonand the root README plugin table registergoogle-cloud-bigquerywith the description “Explore datasets and tables and run SQL queries.”Reviewed by Cursor Bugbot for commit 00ea25b. Bugbot is set up for automated code reviews on this repo. Configure here.