Files
2025-10-23 09:21:44 +08:00

24 lines
805 B
Markdown

# Markdownify MCP Server
Markdownify MCP Server converts various document formats to Markdown through the Model Context Protocol.
## Features
- 📄 **Format Conversion** - Convert documents to Markdown
- 🔗 **URL Processing** - Convert web content to Markdown
- 📋 **Document Parsing** - Parse and convert various file types
## Environment Variables
| Variable | Default | Description |
| ------------------------------- | -------- | ----------------------------- |
| `MCP_MARKDOWNIFY_VERSION` | `latest` | MCP Markdownify image version |
| `MCP_MARKDOWNIFY_PORT_OVERRIDE` | `8000` | MCP service port |
| `TZ` | `UTC` | Timezone |
## Quick Start
```bash
docker compose up -d
```