Skip to content
Cline

MCP Code Review Server for Cline

io.github.goodjobwilliam/aicraft-code-review

Code review as an MCP server — structured reviews with OWASP security scanning.

client:Cline transport:stdio runtime:pypi

Install MCP Code Review Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "aicraft-code-review": {
      "command": "uvx",
      "args": [
        "aicraft-code-review"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Code Review Server in other clients