From e51f4a823c0571f1af80b9b34da83bfa520e59f4 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Sun, 1 Dec 2024 08:16:31 +0900 Subject: [PATCH] Add DuckDB server implementation to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2ebd39c..7aa01ee9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [@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