Skip to content
Claude Desktop

lens mcp for Claude Desktop

io.github.mrhpython/lens-mcp

Outside-in validation gate for AI-generated text; a separate model checks LLM output, fail-closed.

client:Claude Desktop transport:stdio runtime:npm

Install lens mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "lens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@soulfield/lens-mcp"
      ],
      "env": {
        "SOULFIELD_API_BASE": "<SOULFIELD_API_BASE>",
        "SOULFIELD_API_KEY": "<SOULFIELD_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

lens mcp in other clients