LucasHild_mcp-server-bigquery
0
The BigQuery MCP server is a tool designed to interact with BigQuery databases, enabling users to inspect schemas and execute SQL queries. It focuses on efficient database interaction within the Model Context Protocol ecosystem.
BigQuery MCP server
A Model Context Protocol server providing access to BigQuery. Key features include inspecting database schemas and executing queries.
Components
Tools
- Execute SQL queries using BigQuery dialect
- List all tables in the BigQuery database
- Describe the schema of a specific table
Configuration
--project
(required): The GCP project ID.--location
(required): The GCP location.--dataset
(optional): Specify datasets to consider.
Quickstart
Install & Configuration
Instructions provided for configuring MCP servers on different platforms.
Development
Building and Publishing
Steps for preparing the package for distribution and publishing to PyPI.
Debugging
Use the MCP Inspector for debugging MCP servers efficiently.