Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MDIFY_CACHE_DIRNoSet 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly distinct and unambiguous.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues