Skip to content
VS Code

The Ultimate Critic for VS Code

io.github.marksignals/the-ultimate-critic

Check AI work against requirements and return structured verdicts, findings, and repair steps.

client:VS Code transport:streamable-http

Install The Ultimate Critic in VS Code

.vscode/mcp.json

{
  "servers": {
    "the-ultimate-critic": {
      "type": "http",
      "url": "https://ultimate-critic.fly.dev/mcp"
    }
  }
}

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

The Ultimate Critic in other clients