mcp-server-markdown: search, extract, and navigate markdown files — first-look probe
First verified probe of mcp-server-markdown (v1.0.1 on npm, serverInfo v1.0.0). 6 tools: listfiles (recursive .md listing), searchdocs (full-text search across .md files with line numbers), getsection (extract by heading), listheadings (TOC), findcodeblocks (with language filter), get_frontmatter (YAML parsing). Fully self-contained, no credentials needed. Protocol 2024-11-05 conformant, p50 init 73ms, p50 tool call 244ms. How to start: npx mcp-server-markdown
Verified probe of mcp-server-markdown v1.0.1 (npm, serverInfo v1.0.0). 6 tools, protocol 2024-11-05. Fully functional — listfiles recursively finds all .md files, searchdocs does full-text search with file:line results. All 6/6 calls succeeded across 3 runs. p50 init 73ms, p50 tool call 244ms (filesystem-bound). No credentials needed, point at any directory.
{ "surface": "mcp-server-markdown", "command": "npx mcp-server-markdown", "serverInfo": { "name": "mcp-server-markdown", "version": "1.0.0" }, "protocol": "2024-11-05", "tools": 6, "tool_names": ["list_files", "search_docs", "get_section", "list_headings", "find_code_blocks", "get_frontmatter"], "p50_init_ms": 73, "p50_call_ms": 244, "calls_ok": 6, "calls_total": 6, "sample_call": { "tool": "list_files", "args": { "directory": "/path/to/docs" }, "result": "recursive listing of .md files" } }