Skip to content
Cursor

ui-ticket-mcp for Cursor

io.github.0ics-srls/ui-ticket-mcp

Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP.

client:Cursor transport:stdio runtime:pypi

Install ui-ticket-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ui-ticket-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ui-ticket-mcp"
      ],
      "env": {
        "PROJECT_ROOT": "<PROJECT_ROOT>",
        "REVIEW_PORT": "<REVIEW_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ui-ticket-mcp in other clients