BigQuery MCP サーバー
@sisisin-sandbox
BigQuery MCP サーバー について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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": []
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is BigQuery MCP サーバー?
BigQuery MCP サーバー is an MCP server that integrates with Google BigQuery. It is built with Deno and requires compilation before use. Users configure it in their MCP client by specifying the path to the compiled binary and providing Google Application Credentials via environment variable.
How to use BigQuery MCP サーバー?
Compile the server by running deno task compile. Then add the following configuration to your MCP settings file, adjusting the path to the compiled binary and the credentials file.
{
"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": []
}
}
}
Key features of BigQuery MCP サーバー
—
Use cases of BigQuery MCP サーバー
—
FAQ from BigQuery MCP サーバー
—
「データベース」の他のコンテンツ
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
コメント