A
licenseA
qualityD
maintenanceMCP server for markdown files — search, extract sections, list headings, find code blocks across docs.
6
135 npm
5
MIT
Scored across 2 tools
The two tools have clearly distinct purposes: one indexes headings and metadata, the other reads content with images. No overlap in functionality.
Both tools follow a consistent verb_noun pattern (index_md, read_md_with_images) using snake_case, making them predictable.
With only 2 tools, the server feels underdeveloped for typical markdown operations. While the tools are focused, a broader scope would justify more tools.
The server covers indexing and reading with images, but lacks essential operations like editing, deleting, or creating markdown content, leaving significant gaps.