π©οΈ Databases Storm - Unified Database Management System
About
π©οΈ Unified Database Management System - MCP server for orchestrating Supabase and multiple databases
Details
- Author
- biodoia
- Downloads
- 324
- Categories
- Database
Jump to
- Multi-project Supabase instance management
- Integration with Redis, MongoDB, ChromaDB, TimescaleDB, Elasticsearch
- Cross-database backup with encryption and compression
- Unified monitoring with Prometheus and Grafana
- Row Level Security and centralized secrets management
- Admin dashboard showing project status, health, and usage
Clone the repository, install dependencies with npm install, start a local Supabase instance with npm run supabase:start, then launch the server with npm run dev. The server exposes TypeScript commands for Supabase project management, database operations, backup, and migration, and a configuration file (storm-config.yaml) to define projects and additional databases.
π©οΈ Databases Storm - Unified Database Management System
<div align="center">

Un sistema centralizzato basato su Supabase per gestire tutti i database del tuo ecosistema
</div>
π Overview
Databases Storm Γ¨ un MCP server che orchestra Supabase (il Firebase open source) e altri database per creare un ecosistema completo di gestione dati. Con Supabase al centro, ottieni automaticamente:
- π PostgreSQL con estensioni avanzate
- π Authentication integrata (JWT, OAuth, Magic Links)
- β‘ Realtime subscriptions via websocket
- π¦ Storage per file e media (S3-compatible)
- π Edge Functions per logica serverless
- π‘οΈ Row Level Security per sicurezza granulare
- π Dashboard di amministrazione built-in
π― PerchΓ© Supabase + Databases Storm?
Supabase fornisce l'80% di quello che serve per la maggior parte dei progetti. Databases Storm aggiunge:
1. Gestione multi-progetto - Deploy e gestione di istanze Supabase separate per ogni progetto
2. Database aggiuntivi - Integrazione con Redis, MongoDB, TimescaleDB quando servono
3. Orchestrazione unificata - Un singolo MCP server per controllare tutto
4. Backup avanzati - Strategie di backup cross-database
5. Monitoring esteso - Metriche unificate per tutti i database
ποΈ Architettura
databases-storm/
βββ mcp-server/ # MCP server core
βββ supabase/ # Supabase configurations
β βββ projects/ # Project-specific configs
β βββ migrations/ # Database migrations
β βββ functions/ # Edge functions
β βββ seed/ # Seed data
βββ integrations/ # Altri database
β βββ redis/
β βββ mongodb/
β βββ chromadb/
β βββ timescaledb/
βββ orchestration/ # Docker Compose & K8s
βββ monitoring/ # Prometheus + Grafana
βββ dashboard/ # Admin UI unificata
π¦ Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



