From 395c6507f65e8da21c968d6f09e872c6edddb0d2 Mon Sep 17 00:00:00 2001
From: Lucas Hild <20486366+LucasHild@users.noreply.github.com>
Date: Tue, 3 Dec 2024 19:52:32 +0100
Subject: [PATCH 1/2] Add BigQuery
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2a454631..f2837940 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,11 @@ Provides access to customer profiles inside of customer data platforms
Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default.
+- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 🏠 - BigQuery database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features
-- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities
+- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 ☁️ - DuckDB database integration with schema inspection and query capabilities
+
### 📂 File Systems
From 94f9308ce1d681397754ba1af9ed23ca937438e2 Mon Sep 17 00:00:00 2001
From: Lucas Hild <20486366+LucasHild@users.noreply.github.com>
Date: Tue, 3 Dec 2024 19:53:28 +0100
Subject: [PATCH 2/2] Update README.md
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f2837940..97685e08 100644
--- a/README.md
+++ b/README.md
@@ -77,11 +77,10 @@ Provides access to customer profiles inside of customer data platforms
Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default.
-- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 🏠 - BigQuery database integration with schema inspection and query capabilities
+- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features
-- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 ☁️ - DuckDB database integration with schema inspection and query capabilities
-
+- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities
### 📂 File Systems