Skip to content
VS Code

MCP Code Review Server for VS Code

io.github.goodjobwilliam/aicraft-code-review

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

client:VS Code transport:stdio runtime:pypi

Install MCP Code Review Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Code Review Server in other clients