Database MCP Server for SQL operations
Project description
Database MCP Server
📋 Documentation Languages | 文档语言
🚀 Quick Start | 快速开始
A powerful database MCP (Model Context Protocol) server with multi-data source management and advanced SQL operations including table structure comparison and synchronization capabilities.
一个强大的数据库 MCP(模型上下文协议)服务器,支持多数据源管理和高级 SQL 操作,包括表结构对比和同步功能。
🎨 Key Features | 主要特性
- ✅ Multi-Data Source Support | 多数据源支持
- ✅ Table Structure Comparison | 表结构对比
- ✅ SQL Generation | SQL 生成
- ✅ Data Export/Import | 数据导出/导入
- ✅ Connection Pooling | 连接池管理
📚 Full Documentation | 完整文档
Please choose your preferred language for detailed documentation:
请选择您偶爱的语言查看详细文档:
🌍 Language Options | 语言选项
| Language | Documentation | Description |
|---|---|---|
| 🇺🇸 English | README_en.md | Complete English documentation with installation, configuration, and usage examples |
| 🇨🇳 中文 | README_zh.md | 完整的中文文档,包括安装、配置和使用示例 |
⚡ Quick Installation | 快速安装
# Using uv (recommended) | 使用 uv(推荐)
uvx database-mcp-server
# Or install uv first | 或者先安装 uv
curl -LsSf https://astral.sh/uv/install.sh | sh # Linux/macOS
powershell -c "irm https://astral.sh/uv/install.ps1 | iex" # Windows
uv tool install database-mcp-server
# Traditional pip installation | 传统 pip 安装
pip install database-mcp-server
📁 Project Structure | 项目结构
database-mcp-python/
├── README.md # This file | 本文件 (多语言导航)
├── docs/ # Documentation | 文档目录
│ ├── README_en.md # English documentation | 英文文档
│ └── README_zh.md # Chinese documentation | 中文文档
├── src/ # Source code | 源代码
│ ├── __init__.py # MCP service entry | MCP 服务入口
│ ├── factory/ # Factory pattern | 工厂模式
│ ├── strategy/ # Strategy pattern | 策略模式
│ ├── model/ # Data models | 数据模型
│ └── tools/ # Utility tools | 工具类
├── test/ # Test directory | 测试目录
│ └── test_datasource.py # Testing script | 测试脚本
├── database-config.example.yaml # Config example | 配置示例
├── pyproject.toml # Project config | 项目配置
├── uv.lock # UV lock file | UV 锁定文件
├── CLAUDE.md # Project notes | 项目说明
└── LICENSE # MIT License | MIT 许可证
🔗 Quick Links | 快速链接
- 📖 English Documentation - Complete setup and usage guide
- 📖 中文文档 - 完整安装和使用指南
- 💾 Installation Guide - How to install and configure
- 🔧 Configuration - Setup your data sources
- 📚 Usage Examples - Learn with examples
- 🔄 Table Comparison - Advanced features
📄 License | 许可证
MIT License
🤝 Contributing | 贡献
Issues and Pull Requests are welcome! | 欢迎提交 Issue 和 Pull Request!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file database_mcp_server-1.0.5.tar.gz.
File metadata
- Download URL: database_mcp_server-1.0.5.tar.gz
- Upload date:
- Size: 109.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.3","id":"zena","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f247db19990b8c4c15fc9ea1701ec6a2db9e505fdd3b70e0a26af45a550a07
|
|
| MD5 |
5659e8d57df4a635e9590116f4adf7e0
|
|
| BLAKE2b-256 |
6629d20cae1c7ac7e7a3a97087aab973eed9e6a9e0747caf64acf25635b0af70
|
File details
Details for the file database_mcp_server-1.0.5-py3-none-any.whl.
File metadata
- Download URL: database_mcp_server-1.0.5-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.3","id":"zena","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d332ad368aee159b8698cd1e6394d7887985cde21c04b45fc13f718d2e30af18
|
|
| MD5 |
8199a4f5d1646bffa9d12ec65c146634
|
|
| BLAKE2b-256 |
1cc808d9d581701387afdcf1828390ecc5ee72020dcfe2daa5799b2c6d205f3d
|