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,24 @@
# Markitdown MCP Server
Microsoft's Markitdown MCP Server provides lightweight conversion functionality to Markdown format through the Model Context Protocol.
## Features
- 📄 **Document Conversion** - Convert documents to markdown
- 🔗 **URL Conversion** - Convert web content to markdown
- 📝 **Content Processing** - Process and extract content
## Environment Variables
| Variable | Default | Description |
| ------------------------------ | -------- | ---------------------------- |
| `MCP_MARKITDOWN_VERSION` | `latest` | MCP Markitdown image version |
| `MCP_MARKITDOWN_PORT_OVERRIDE` | `8000` | MCP service port |
| `DATA_DIR` | `./data` | Data directory path |
| `TZ` | `UTC` | Timezone |
## Quick Start
```bash
docker compose up -d
```