From 1dbdab808860f00d96494b62efebb03118897ab6 Mon Sep 17 00:00:00 2001 From: Lucas Hild <20486366+LucasHild@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:09:52 +0100 Subject: [PATCH] Add BigQuery (#7) * Add BigQuery * Update README.md --------- Co-authored-by: wong2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dce3e45..79e0a32 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ - **[Minima](https://github.com/dmayboroda/minima)** - Local RAG (on-premises) with MCP server. - **[Jina Reader](https://github.com/wong2/mcp-jina-reader)** - Fetch the content of a remote URL as Markdown with Jina Reader. - **[any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp)** - Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more +- **[BigQuery]([https://github.com/LucasHild/mcp-server-bigquery)** - BigQuery database integration with schema inspection and query capabilities ---