lens mcp for Zed
io.github.mrhpython/lens-mcp
Outside-in validation gate for AI-generated text; a separate model checks LLM output, fail-closed.
client:Zed
transport:stdio
runtime:npm
Install lens mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lens-mcp": {
"command": "npx",
"args": [
"-y",
"@soulfield/lens-mcp"
],
"env": {
"SOULFIELD_API_BASE": "<SOULFIELD_API_BASE>",
"SOULFIELD_API_KEY": "<SOULFIELD_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs