Markdownlint
Lints, formats, and ensures compliance of Markdown files for AI assistants using Model Context Protocol.
概要
This Model Context Protocol (MCP) server empowers AI assistants with the capability to lint, validate, and auto-fix Markdown files, ensuring adherence to established standards and best practices. It fills a critical void where Markdown content is often created or converted without proper validation for quality and consistency, by providing robust Markdown linting, automatic issue correction, and comprehensive compliance validation, all seamlessly integrated with MCP-compatible AI systems.
主な機能
- Provides `lint_markdown` tool to analyze and report detailed issues
- Offers `fix_markdown` tool to automatically correct Markdown issues
- Supports `get_configuration` to display current linting rules
- Uses markdownlint default ruleset and supports all 52 official markdownlint rules
- Automatically fixes 30 out of 52 official markdownlint rules
- 0 GitHub stars
ユースケース
- Automatically fixing common Markdown issues in documentation files
- Linting a Markdown file to identify and report existing issues
- Validating Markdown content against standard formatting rules for compliance