Any2Markdown MCP Server
by WW-AI-Lab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | 调试模式 | false |
| HF_HOME | No | HuggingFace主目录 | ~/.cache/huggingface |
| USE_GPU | No | 是否使用GPU | true |
| LOG_FILE | No | 日志文件路径 | logs/server.log |
| LOG_LEVEL | No | 日志级别 | INFO |
| TORCH_HOME | No | Torch缓存 | ~/.cache/torch |
| HF_HUB_CACHE | No | HuggingFace Hub缓存 | ~/.cache/huggingface/hub |
| MAX_FILE_SIZE | No | 最大文件大小 | 100MB |
| TEMP_IMAGE_DIR | No | 临时图片目录 | ./temp_images |
| HF_ASSETS_CACHE | No | HuggingFace Assets缓存 | ~/.cache/huggingface/assets |
| MCP_SERVER_HOST | No | 服务器监听地址 | 0.0.0.0 |
| MCP_SERVER_PORT | No | 服务器端口 | 3000 |
| MODEL_CACHE_DIR | No | 模型缓存目录 | ~/.cache/marker |
| TRANSFORMERS_CACHE | No | Transformers缓存 | ~/.cache/transformers |
| MAX_CONCURRENT_JOBS | No | 最大并发任务数 | 3 |
| HF_HUB_DISABLE_TELEMETRY | No | 禁用遥测 | true |
| HF_HUB_ENABLE_HF_TRANSFER | No | 启用HF传输 | false |
| HF_HUB_DISABLE_PROGRESS_BARS | No | 禁用进度条 | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WW-AI-Lab/any2markdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server