Odel
review assist

review assist

Local
@uditk22TypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmreview-assist-mcpv1.0.2

Run

npx -y review-assist-mcp

MCP client config

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