Skip to content

MCP Code Review Server for Zed

io.github.goodjobwilliam/aicraft-code-review

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

client:Zed transport:stdio runtime:pypi

Install MCP Code Review Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Code Review Server in other clients