mdify
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MDIFY_CACHE_DIR | No | Set the cache directory for converted markdown files. Defaults to ~/.claude-md-cache. | ~/.claude-md-cache |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_to_markdownA | Called automatically by the PreToolUse hook when Claude Code reads a file. Converts PDF, DOCX, XLSX, and CSV files to compact markdown before they enter the context window, reducing token usage by up to 98%. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly distinct and unambiguous.
The tool name 'convert_to_markdown' follows a clear verb_noun pattern in snake_case. Since there is only one tool, naming consistency is trivially maintained.
The server has a single, narrowly-scoped purpose: converting files to markdown. One tool is perfectly appropriate for this focused task, and the tool earns its place.
The tool covers all major document formats (PDF, DOCX, XLSX, CSV) for conversion to markdown, fully addressing the server's stated purpose without obvious gaps.