MCP Server: io.github.rog0x/markdown
This MCP (Model Context Protocol) server provides tools for working with Markdown content. Through any MCP-compatible client, it can analyze, lint, format, and generate Markdown programmatically. The repository describes Markdown table-of-contents generation and markdown linting for common formatting and structure problems.
🛠️ Key Features
- Markdown TOC generation (
generate_toc) - Markdown linting (
lint_markdown) - Detects common markdown issues
- Operates via MCP-compatible clients
🚀 Use Cases
- Create a table of contents from existing Markdown headings
- Enforce consistent markdown structure and formatting during edits
- Validate links, lists, whitespace, and image alt text requirements
⚡ Developer Benefits
- Tooling for AI agents using Model Context Protocol
- Configurable TOC parameters (minimum/maximum heading depth, ordered vs. unordered lists)
- Automated lint checks for heading hierarchy, trailing whitespace, broken link syntax, missing image alt text, inconsistent list markers, and excessive blank lines
⚠️ Limitations
- Described tools include TOC generation and linting; formatting and generation details are not specified beyond the overall description.