feat: add mcp-servers/**
This commit is contained in:
23
mcp-servers/markdownify/README.md
Normal file
23
mcp-servers/markdownify/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user