PluginBench
MCP Server

com.kenoodl/verify MCP Server

com.kenoodl/verify

What is the com.kenoodl/verify MCP server?

Runs your code against a contract; returns HELD or BROKE at the exact input. Deterministic.

How to install com.kenoodl/verify

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "verify": {
      "url": "https://kenoodl.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "verify": {
      "serverUrl": "https://kenoodl.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "verify": {
      "type": "http",
      "url": "https://kenoodl.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "verify": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://kenoodl.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http verify https://kenoodl.com/mcp

Related MCP servers

kenoodl surfaces the hidden pattern the model can't reach on its own. Call when reasoning loops.