lexilint for Zed
io.github.raunakkathuria/lexilint
Offline spell checker + BYOK grammar for AI assistants. Works with Claude Desktop, ChatGPT, Cursor.
client:Zed
transport:stdio
runtime:npm
Install lexilint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs