Submit

Schemaflow Database Schema Extractor

@CryptoRadi

Real-time PostgreSQL & Supabase database schema access for AI-IDEs via Model Context Protocol. Provides live database context to AI assistants through secure SSE connections, enabling smarter code generation with always up-to-date schema information. Features three powerful tools: get_schema, analyze_database, and check_schema_alignment.
Content

SchemaFlow MCP Server provides real-time PostgreSQL and Supabase database schema access for AI-IDEs through the Model Context Protocol.

Features

  • Real-time schema access via Server-Sent Events (SSE)
  • Three powerful MCP tools: get_schema, analyze_database, check_schema_alignment
  • Secure token authentication for protected access
  • PostgreSQL & Supabase support for modern database workflows
  • AI-IDE integration with Cursor, Windsurf, and VS Code + Cline

Quick Setup

  1. Visit SchemaFlow Dashboard
  2. Connect your PostgreSQL/Supabase database
  3. Generate an MCP token
  4. Configure your AI-IDE with the SSE endpoint

Perfect for developers who want their AI assistants to have live, accurate database context for smarter code generation.

Server Config

{
  "mcpServers": {
    "schemaflow": {
      "type": "sse",
      "url": "https://api.schemaflow.dev/mcp/?token=<YOUR_TOKEN>",
      "description": "Real-time PostgreSQL/Supabase schema access"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.