From 755681d9891308ae174a0ab7b950cf8849f54b81 Mon Sep 17 00:00:00 2001 From: Frank Fiegel Date: Sat, 29 Aug 2026 06:38:30 -0600 Subject: [PATCH] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1912dcec..416ef8321 100644 --- a/README.md +++ b/README.md @@ -961,7 +961,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [memgraph/mcp-memgraph](https://github.com/memgraph/ai-toolkit/tree/main/integrations/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. - [mbentham/SqlAugur](https://github.com/mbentham/SqlAugur) #️⃣ 🏠 🪟 🐧 - SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive). -- [mickelsamuel/migrationpilot](https://github.com/mickelsamuel/migrationpilot) 📇 🏠 - Gate unsafe PostgreSQL migrations before an agent writes or runs them. `check_before_apply` returns pass/fail; 112 lock-safety rules, offline, no database required. `npx migrationpilot-mcp` +- [mickelsamuel/migrationpilot](https://github.com/mickelsamuel/migrationpilot) [![mickelsamuel/migrationpilot MCP server](https://glama.ai/mcp/servers/mickelsamuel/migrationpilot/badges/score.svg)](https://glama.ai/mcp/servers/mickelsamuel/migrationpilot) 📇 🏠 - Gate unsafe PostgreSQL migrations before an agent writes or runs them. `check_before_apply` returns pass/fail; 112 lock-safety rules, offline, no database required. `npx migrationpilot-mcp` - [modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities - [modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features - [mahAnuj/mcp-multi-db](https://github.com/mahAnuj/mcp-multi-db) [![mahAnuj/mcp-multi-db MCP server](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db/badges/score.svg)](https://glama.ai/mcp/servers/mahAnuj/mcp-multi-db) 📇 🏠 - One MCP server for PostgreSQL, MySQL, and SQLite. Unified read-only tools (`list_databases`, `list_tables`, `describe_table`, `run_query`) across all three engines with two-layer read-only enforcement (SQL-text guard + DB-level read-only transactions). Install: `npx -y mcp-multi-db`.