lens mcp for Windsurf
io.github.mrhpython/lens-mcp
Outside-in validation gate for AI-generated text; a separate model checks LLM output, fail-closed.
client:Windsurf
transport:stdio
runtime:npm
Install lens mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs