# Documentation
This directory contains the complete documentation for Universal DB MCP.
## Quick Start
- [Installation](./getting-started/installation.md) - How to install
- [Quick Start](./getting-started/quick-start.md) - Get started in 5 minutes
- [Configuration](./getting-started/configuration.md) - Configuration options
- [Examples](./getting-started/examples.md) - Usage examples for all databases
## Deployment
- [Overview](./deployment/README.md) - Deployment options overview
- [Local Deployment](./deployment/local.md) - Node.js, PM2, systemd
- [Docker Deployment](./deployment/docker.md) - Dockerfile, Docker Compose
- [HTTPS Configuration](./deployment/https-domain.md) - Domain and SSL setup
- [Cloud Deployment](./deployment/cloud/) - Huawei Cloud, Aliyun, AWS, Tencent
## Databases
- [Overview](./databases/README.md) - Supported databases
- [MySQL](./databases/mysql.md)
- [PostgreSQL](./databases/postgresql.md)
- [Redis](./databases/redis.md)
- [Oracle](./databases/oracle.md)
- [SQL Server](./databases/sqlserver.md)
- [MongoDB](./databases/mongodb.md)
- [SQLite](./databases/sqlite.md)
- [Dameng](./databases/dameng.md)
- [KingbaseES](./databases/kingbase.md)
- [GaussDB](./databases/gaussdb.md)
- [OceanBase](./databases/oceanbase.md)
- [TiDB](./databases/tidb.md)
- [ClickHouse](./databases/clickhouse.md)
- [PolarDB](./databases/polardb.md)
- [Vastbase](./databases/vastbase.md)
- [HighGo](./databases/highgo.md)
- [GoldenDB](./databases/goldendb.md)
## HTTP API
- [API Reference](./http-api/API_REFERENCE.md)
- [Deployment Guide](./http-api/DEPLOYMENT.md)
## Integrations
- [Coze](./integrations/COZE.md)
- [n8n](./integrations/N8N.md)
- [Dify](./integrations/DIFY.md)
## Guides
- [Security Best Practices](./guides/security.md)
- [Multi-tenant Guide](./guides/multi-tenant.md)
## Development
- [Architecture](./development/architecture.md)
- [Adding New Database](./development/adding-database.md)
- [Implementation Summary](./development/implementation.md)
- [Release Guide](./development/release.md)
## Operations
- [Operations Guide](./operations/guide.md)
- [Troubleshooting](./operations/troubleshooting.md)
---
For Chinese documentation, see [README.zh-CN.md](./README.zh-CN.md).