MCP大查询
Google BigQuery的简单MCP
这是一个运行Google BigQuery MCP的简单http服务器。 代理目前只实现了:
工具/列表表 工具/描述表 工具/执行查询
安装
克隆Repo
git clone https://github.com/amco/mcp_big_query.git
配置
重命名 config/_runtime.exs.bkp 进入 config/runtime.exs 并设置您的认知
import Config
config :goth,
keyfile: "path/to/servvice_account.json
config :mcp_big_query,
api_key: "Secret"运行项目
PORT=4040 mix -S
服务器将启动,现在您应该可以使用它了。
检查https://hexdocs.pm/hermes_mcp/home.html 了解更多信息和扩展方法。
