From 0a747be0a8c1a5ca5d9cdae3111a2501f6ff9328 Mon Sep 17 00:00:00 2001 From: Radi <54412522+CryptoRadi@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:48:57 +0300 Subject: [PATCH] Add SchemaFlow MCP Server (#266) Real-time database schema access for AI-IDEs through Model Context Protocol Co-authored-by: wong2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c4b803..5d0c61e 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[QGIS](https://github.com/jjsantos01/qgis_mcp)** - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. - **[Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server)** - MCP server for the incident management platform [Rootly](https://rootly.com/). - **[Salaah MCP](https://github.com/yusufk/salaah-mcp)** - FastAPI and MCP service providing Islamic prayer times and other useful calculations. +- **[SchemaFlow](https://github.com/CryptoRadi/schemaflow-mcp-server)** - Real-time PostgreSQL & Supabase database schema access for AI-IDEs via Model Context Protocol. Provides live database context through secure SSE connections with three powerful tools: get_schema, analyze_database, and check_schema_alignment. [SchemaFlow](https://schemaflow.dev) - **[Search1API](https://github.com/fatwang2/search1api-mcp)** - Search and crawl in one API - **[SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng)** - A Model Context Protocol Server for [SearXNG](https://docs.searxng.org) - **[Secure Fetch](https://github.com/appsec-innovation-labs/secure-mcp-fetch)** - Secure fetch to prevent access to local resources