Skip to content
Cursor

MCP Code Review Server for Cursor

io.github.goodjobwilliam/aicraft-code-review

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

client:Cursor transport:stdio runtime:pypi

Install MCP Code Review Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Code Review Server in other clients