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
{
"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