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
- Visit SchemaFlow Dashboard
- Connect your PostgreSQL/Supabase database
- Generate an MCP token
- 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"
}
}
}