Skip to content
VS Code

review assist mcp for VS Code

io.github.uditk2/review-assist-mcp

Turns an AI coding agent session into a reviewable Intent Document, validated against the diff.

client:VS Code transport:stdio runtime:npm

Install review assist mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "review-assist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "review-assist-mcp"
      ]
    }
  }
}

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

review assist mcp in other clients