Back to MCP directory
publicPublicdnsLocal runtime

vale-mcp-server

该项目是一个Vale-MCP协作开发项目,主要用于文本校验与写作辅助,采用MIT开源协议。

article

README

🚀 AI使用披露项目

本项目主要用于披露项目开发中AI的使用情况,同时明确项目的开源许可协议,为项目的使用和传播提供清晰的指引。

🚀 快速开始

目前项目主要是信息披露,暂无需复杂操作。若有新的功能发布,可前往 Vale-MCP 查看。

💡 使用提示

⚠️ 重要提示

我目前正与 ChrisW 共同开发 Vale-MCP。请前往该仓库查看新版本发布!

📚 详细文档

AI使用披露

我使用Claude 4.5模型的Claude Code创建了此项目。

📄 许可证

本项目采用MIT许可证授权。详情请参考 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client