From 8cb38f32bf1d3ccd1fb7b0ea7afe7a3af7adbb07 Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Sat, 21 Jun 2025 15:15:45 -0400 Subject: [PATCH 1/3] Add SchemaCrawler to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12698406..cda0574b 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [yincongcyincong/VictoriaMetrics-mcp-server](https://github.com/yincongcyincong/VictoriaMetrics-mcp-server) 🐍 🏠 - An MCP server for interacting with VictoriaMetrics database. - [hydrolix/mcp-hydrolix](https://github.com/hydrolix/mcp-hydrolix) πŸŽ–οΈ 🐍 ☁️ - Hydrolix time-series datalake integration providing schema exploration and query capabilities to LLM-based workflows. - [davewind/mysql-mcp-server](https://github.com/dave-wind/mysql-mcp-server) 🏎️ 🏠 A – user-friendly read-only mysql mcp server for cursor and n8n... +- [SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler-MCP-Client-Usage) πŸŽ–οΈβ˜•πŸ—„οΈ Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. ### πŸ“Š Data Platforms From 45eb0a42b3b158e102ff28463f332ddacf58cd7b Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Sun, 22 Jun 2025 09:32:07 -0400 Subject: [PATCH 2/3] Rename repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda0574b..98e3dd71 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [yincongcyincong/VictoriaMetrics-mcp-server](https://github.com/yincongcyincong/VictoriaMetrics-mcp-server) 🐍 🏠 - An MCP server for interacting with VictoriaMetrics database. - [hydrolix/mcp-hydrolix](https://github.com/hydrolix/mcp-hydrolix) πŸŽ–οΈ 🐍 ☁️ - Hydrolix time-series datalake integration providing schema exploration and query capabilities to LLM-based workflows. - [davewind/mysql-mcp-server](https://github.com/dave-wind/mysql-mcp-server) 🏎️ 🏠 A – user-friendly read-only mysql mcp server for cursor and n8n... -- [SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler-MCP-Client-Usage) πŸŽ–οΈβ˜•πŸ—„οΈ Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. +- [SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage) πŸŽ–οΈβ˜•πŸ—„οΈ Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. ### πŸ“Š Data Platforms From 181f189e04e4078bdf758b723647c3e0353574f8 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 28 Jun 2025 16:01:52 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98e3dd71..a584ad87 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [yincongcyincong/VictoriaMetrics-mcp-server](https://github.com/yincongcyincong/VictoriaMetrics-mcp-server) 🐍 🏠 - An MCP server for interacting with VictoriaMetrics database. - [hydrolix/mcp-hydrolix](https://github.com/hydrolix/mcp-hydrolix) πŸŽ–οΈ 🐍 ☁️ - Hydrolix time-series datalake integration providing schema exploration and query capabilities to LLM-based workflows. - [davewind/mysql-mcp-server](https://github.com/dave-wind/mysql-mcp-server) 🏎️ 🏠 A – user-friendly read-only mysql mcp server for cursor and n8n... -- [SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage) πŸŽ–οΈβ˜•πŸ—„οΈ Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. +- [schemacrawler/SchemaCrawler-MCP-Server-Usage](https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage) πŸŽ–οΈ β˜• – Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. ### πŸ“Š Data Platforms