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