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.
Real-time PostgreSQL & Supabase schema access for AI-IDEs via Model Context Protocol (MCP)
SchemaFlow MCP Server provides your AI-IDE with live access to PostgreSQL and Supabase database schemas through the Model Context Protocol. Get real-time schema context for smarter code generation in tools like Cursor, Windsurf, and VS Code + Cline.
Visit SchemaFlow Dashboard to:
{
"name": "schemaflow",
"type": "sse",
"url": "https://api.schemaflow.dev/mcp/?token=your-token-here"
}
Add to your MCP configuration:
{
"mcpServers": {
"schemaflow": {
"type": "sse",
"url": "https://api.schemaflow.dev/mcp/?token=your-token-here"
}
}
}
Configure in Cline's MCP settings:
{
"mcpServers": {
"schemaflow": {
"type": "sse",
"url": "https://api.schemaflow.dev/mcp/?token=your-token-here"
}
}
}
get_schema
Retrieves complete database schema information including tables, columns, relationships, functions, triggers, enums, and indexes from PostgreSQL or Supabase databases.
Parameters:
query_type
(optional): Filter specific information (tables
, columns
, relationships
, functions
, triggers
, enums
, indexes
, all
)Example AI queries:
analyze_database
Performs comprehensive database analysis including performance insights, security assessment, and structural recommendations for PostgreSQL and Supabase databases.
Example AI queries:
check_schema_alignment
Validates your PostgreSQL or Supabase schema against best practices and identifies potential issues with actionable recommendations.
Example AI queries:
For detailed setup instructions, troubleshooting, and advanced configuration, visit:
Complete MCP Integration Guide
This MCP server is part of the larger SchemaFlow platform which also provides:
MIT License - see LICENSE file for details.
A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.
MCP server for SQLite files. Supports Datasette-compatible metadata!
Provides AI assistants with a secure and structured way to explore and analyze data in GreptimeDB.
A read-only MCP server for querying live data from various APIs using the CData JDBC Driver for API Driver.
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
A MCP server that provides real-time cryptocurrency market data through CoinCap's public API without requiring authentication
Connects to and interacts with various database systems like SQLite, PostgreSQL, SQL Server, and MongoDB.
Stock market API made for AI agents
Access comprehensive B2B data on companies, employees, and job postings for your LLMs and AI workflows.
Read and write access to your Baserow tables.