Files
compose-anything/mcp-servers/markitdown/README.md
2025-10-23 09:21:44 +08:00

25 lines
896 B
Markdown

# 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
```