Odel
lens mcp

lens mcp

Local
@mrhpythonJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@soulfield/lens-mcpv1.1.1

Run

npx -y @soulfield/lens-mcp

MCP client config

{
  "mcpServers": {
    "lens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@soulfield/lens-mcp"
      ]
    }
  }
}