MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server for the Vale linter

创建于 10/12/2025
更新于 2 months ago
Repository documentation and setup instructions

[!IMPORTANT] I am now co-developing https://github.com/ChrisChinchilla/Vale-MCP together with @ChrisW. Head over there for new releases!

AI usage disclosure

I've created this project using Claude Code with the Claude 4.5 model.

License

This project is licensed under the MIT License. Refer to the LICENSE file for details.

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-vale-mcp-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "theletterf-vale-mcp-server": { "command": "npx", "args": [ "theletterf-vale-mcp-server" ] } } }