feat: add mcp-servers/**

This commit is contained in:
Sun-ZhenXing
2025-10-23 09:21:44 +08:00
parent f603ed5db9
commit 5c3fc0f844
94 changed files with 2211 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# SQLite MCP Server
SQLite MCP Server provides database interaction and business intelligence capabilities through the Model Context Protocol.
## Features
- 💾 **Database Access** - Access SQLite databases
- 🔍 **Query Execution** - Execute SQL queries
- 📊 **Data Analysis** - Analyze data
- 📈 **Business Intelligence** - BI capabilities
## Environment Variables
| Variable | Default | Description |
| -------------------------- | -------- | ------------------------ |
| `MCP_SQLITE_VERSION` | `latest` | MCP SQLite image version |
| `MCP_SQLITE_PORT_OVERRIDE` | `8000` | MCP service port |
| `DATA_DIR` | `./data` | Data directory path |
| `TZ` | `UTC` | Timezone |
## Quick Start
```bash
docker compose up -d
```