BETA: Very early days.
- You need Vale installed and in your PATH.
- Clone the repo.
- Install dependencies with
npm install
. - Rebuild with
npm run build
. - Follow these instructions to add the full location of build/index.js.
Depending on the tool you use, you can ask variants of "Vale rewrite this text 'text'" or "Use Vale style-text to rewrite this text 'text'". If you use the MCP server in an editor using an AI chat interface and agentic mode, you should be able to rewrite the content of text files.
Be warned that Vale itself does not use AI, so it doesn't always give applicable responses, depending on your configuration and how much you trust it.
All the usual Vale rules apply, the server runs system-wide Vale and your system-wide Vale configuration. In the future I plan to add overrides to this.
For development, much the same as above, but to test changes, run npm run build
to compile the TypeScript, then reload Claude (or whatever client you are using) to pick up the changes.