Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

lens mcp in other clients