Skip to content
Claude Desktop

review assist mcp for Claude Desktop

io.github.uditk2/review-assist-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install review assist mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "review-assist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "review-assist-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

review assist mcp in other clients