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.
Overview
Real-time PostgreSQL & Supabase schema access for AI-IDEs via Model Context Protocol (MCP). Provides live database context to AI assistants through secure SSE connections, enabling smarter code generation with always up-to-date schema information.
Server Config
{
"mcpServers": {
"schemaflow": {
"type": "sse",
"url": "https://api.schemaflow.dev/mcp/?token=<YOUR_TOKEN>",
"description": "Real-time PostgreSQL/Supabase schema access"
}
}
}