CryptoRadi/schemaflow-mcp-server
If you are the rightful owner of schemaflow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
SchemaFlow MCP Server provides real-time access to PostgreSQL and Supabase database schemas for AI-IDEs via the Model Context Protocol.
SchemaFlow MCP Server is a cutting-edge solution designed to enhance AI-IDE capabilities by providing real-time access to PostgreSQL and Supabase database schemas. By leveraging the Model Context Protocol (MCP), it allows developers to access live schema data, enabling smarter and more efficient code generation. This server is particularly beneficial for tools like Cursor, Windsurf, and VS Code + Cline, offering seamless integration and real-time schema context. With a focus on security, SchemaFlow ensures that only schema metadata is accessed, with all communications encrypted and token-based authentication in place. The platform also offers a comprehensive suite of tools for schema analysis, performance insights, and best practice validation, making it an invaluable resource for developers looking to optimize their database interactions.
Features
- Real-time schema access for AI-IDEs
- Secure token-based authentication
- Comprehensive schema analysis tools
- Integration with popular IDEs like Cursor, Windsurf, and VS Code
- Support for PostgreSQL and Supabase databases
Usages
usage with Cursor IDE
{ "name": "schemaflow", "type": "sse", "url": "https://api.schemaflow.dev/mcp/?token=your-token-here" }
usage with Windsurf IDE
{ "mcpServers": { "schemaflow": { "type": "sse", "url": "https://api.schemaflow.dev/mcp/?token=your-token-here" } } }
usage with VS Code Cline
{ "mcpServers": { "schemaflow": { "type": "sse", "url": "https://api.schemaflow.dev/mcp/?token=your-token-here" } } }
Tools
get_schema
Retrieves complete database schema information including tables, columns, relationships, functions, triggers, enums, and indexes.
analyze_database
Performs comprehensive database analysis including performance insights, security assessment, and structural recommendations.
check_schema_alignment
Validates your schema against best practices and identifies potential issues with actionable recommendations.