V
Vale MCP Server
作者 @theletterf
MCP server for the Vale linter
创建于 10/12/2025
更新于 2 months ago
README
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"
]
}
}
}