Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Model Context Protocol server providing BigQuery access, enabling LLMs to inspect schemas and execute queries.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.
The server implements the following tools:
execute-query
: Executes a SQL query using BigQuery dialectlist-tables
: Lists all tables in the BigQuery databasedescribe-table
: Describes the schema of a specific tableThe server can be configured with the following arguments:
--project
(required): The GCP project ID.--location
(required): The GCP location (e.g. europe-west9
).--dataset
(optional): Only take specific BigQuery datasets into consideration. Several datasets can be specified by repeating the argument (e.g. --dataset my_dataset_1 --dataset my_dataset_2
). If not provided, all datasets in the project will be considered.