Skip to content
Claude Desktop

Veridu for Claude Desktop

io.github.michaelw-pr/veridu

Multi-reviewer AI code review: surfaces findings the reviewers agree on, disputes flagged.

client:Claude Desktop transport:streamable-http

Install Veridu in Claude Desktop

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

{
  "mcpServers": {
    "veridu": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.veridu.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Veridu in other clients