🌩️ Databases Storm - Unified Database Management System
@biodoia
关于 🌩️ Databases Storm - Unified Database Management System
🌩️ Unified Database Management System - MCP server for orchestrating Supabase and multiple databases
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Databases Storm?
Databases Storm is an MCP server that orchestrates Supabase and other databases (Redis, MongoDB, ChromaDB, TimescaleDB, Elasticsearch) to create a unified data management ecosystem. It is designed for developers managing multiple projects and databases, offering centralized control, backup, monitoring, and multi-project management.
How to use Databases Storm?
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.
Key features of Databases Storm
- 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
Use cases of Databases Storm
- Create tenant isolation for a SaaS application with Supabase RLS
- Set up a complete backend for a mobile app with social auth and storage
- Deploy an AI stack using Supabase plus a vector database for RAG
- Migrate a Firebase project to Supabase with a single command
- Orchestrate multi-database deployments for microservices
FAQ from Databases Storm
What runtime does Databases Storm require?
Node.js 20.x and TypeScript 5.x, with Docker for local Supabase and additional databases.
What data is stored and where?
Supabase projects contain PostgreSQL data, authentication, storage, and realtime subscriptions. Additional databases (Redis, MongoDB, etc.) are configured per project. All data resides in local or cloud instances as defined in the YAML config.
Does Databases Storm support authentication providers?
Yes, it can configure JWT, OAuth (GitHub, Google), and Magic Links via Supabase's built-in authentication service.
What transports or authentication does the MCP server use?
The README does not specify transports or authentication for the MCP server itself, but Supabase authentication is managed through JWT and OAuth.
Are there any known limitations?
No limitations are stated in the README. The project is under active development with a roadmap including cloud integration and multi-region replication.
数据库 分类下的更多 MCP 服务器
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
评论