SchemaFlow
Provides real-time PostgreSQL schema access through cloud-based caching, delivering cached database structure information including tables, columns, relationships, functions, triggers, enums, and indexes with schema validation and performance insights.
6 stars
0 tools
Created Aug 2025
@cryptoradi/cryptoradi-schemaflow-schemaflow-mcp-serverAbout
Provides real-time PostgreSQL schema access through cloud-based caching, delivering cached database structure information including tables, columns, relationships, functions, triggers, enums, and indexes with schema validation and performance insights.
Categories
general
Installation
npm
npm install @cryptoradi/cryptoradi-schemaflow-schemaflow-mcp-server
Configuration
{
"mcpServers": {
"cryptoradi-schemaflow-schemaflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cryptoradi/cryptoradi-schemaflow-schemaflow-mcp-server"
]
}
}
}