MCP.so
登录

markdownlint-mcp-server

@barnett617

关于 markdownlint-mcp-server

MCP server for enforcing markdownlint rules on generated markdown content

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

barnett617

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is markdownlint-mcp-server?

A Model Context Protocol (MCP) server that validates markdown content against markdownlint rules. It is designed for AI/LLM integration and can be used by tools like Cursor to improve generated markdown quality.

How to use markdownlint-mcp-server?

Install via npm install markdownlint-mcp-server, then run as a CLI with markdownlint-mcp-server or import as a library. The server listens for MCP messages on stdio. Cursor can connect automatically; when generating markdown, Cursor sends content to the validate tool and uses the validation results to refine output.

Key features of markdownlint-mcp-server

  • Validates markdown content using markdownlint
  • Provides access to available markdownlint rules
  • Supports custom markdownlint configuration
  • Implements MCP protocol for AI/LLM integration
  • Can be used by Cursor to validate generated markdown

Use cases of markdownlint-mcp-server

  • Validating markdown generated by an AI assistant in real time
  • Ensuring consistent markdown style across documentation projects
  • Integrating custom rules and configs into automated markdown pipelines
  • Using with Cursor to self-correct markdown output during generation

FAQ from markdownlint-mcp-server

What does the validate tool return?

It returns detailed error information including line numbers, rule descriptions, error details, and the range of text affected.

What tools does the server provide?

Two tools: validate (accepts markdown content and optional config) and rules (returns available markdownlint rules).

Does the server support custom configuration?

Yes. The validate tool accepts an optional config object that can override the default markdownlint recommended rules.

What are the system requirements?

Node.js (tested on 18.x and 20.x). Install via npm. No external authentication or database is required; the server communicates over stdio using the MCP protocol.

评论

其他 分类下的更多 MCP 服务器