Skip to main content

Review system MCP server for UI prototypes. Humans write comments in browser, AI agents resolve them via MCP.

Project description

ui-ticket-mcp

Review system for UI prototypes. Humans write comments in the browser, AI agents resolve them via MCP. One process serves both MCP (stdio) and REST API (HTTP).

Setup

Add to your .mcp.json:

{
  "mcpServers": {
    "ui-ticket-mcp": {
      "command": "uvx",
      "args": ["ui-ticket-mcp"],
      "env": {
        "PROJECT_ROOT": "/path/to/your/project"
      }
    }
  }
}

uvx downloads and runs the package automatically. MCP connects via stdio, REST API starts in background on http://localhost:3200. Reviews are stored in {PROJECT_ROOT}/.reviews/reviews.db (auto-created, committable to git).

Port configurable via REVIEW_PORT env var.

Fallback if you don't have uv: pip install ui-ticket-mcp, then use "command": "ui-ticket-mcp" instead of uvx.

MCP Tools

Tool Description
get_review_summary() Summary of pages with open/resolved counts
get_reviews(page_id?) List comments, optionally filtered by page
add_review(page_id, author, text) Add a new comment
resolve_review(review_id, resolved_by?) Mark as resolved
reopen_review(review_id) Reopen a resolved review
batch_resolve(page_id, resolved_by?) Resolve all open on a page
get_pending_work() Open reviews grouped by page (todo list)
find_source_file_tool(page_id) Find source files matching a page_id
get_annotated_reviews(page_id?) Reviews with element annotation metadata
get_setup_guide() Full setup guide for the review system

REST API (starts automatically)

Method Endpoint Description
GET /api/reviews/summary Per-page summary
GET /api/reviews All reviews
GET /api/reviews/{page_id} Reviews for a page
POST /api/reviews/{page_id} Add review
PATCH /api/review/{id} Update status/text
DELETE /api/review/{id} Delete review
GET /api/version Server version

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ui_ticket_mcp-1.4.0.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ui_ticket_mcp-1.4.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file ui_ticket_mcp-1.4.0.tar.gz.

File metadata

  • Download URL: ui_ticket_mcp-1.4.0.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ui_ticket_mcp-1.4.0.tar.gz
Algorithm Hash digest
SHA256 bb695a55e28b85d0577c69b39854567d3f3a3bbd1d91b41be0896a8c36cf725c
MD5 d117a12899ed7b72a4188229a5d08af8
BLAKE2b-256 a4bc24e0d348ae4dd9a0fb732bf4e1c4555e84524e674611d8d6f3ce61aa7ee4

See more details on using hashes here.

File details

Details for the file ui_ticket_mcp-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: ui_ticket_mcp-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ui_ticket_mcp-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 83cd4534d996375ccb4d6946e38ac7734a312fc23e1db92c0bd1d67ee8741874
MD5 52c8266c24b3f02fefec1cd92fcd555e
BLAKE2b-256 72b7616bec0deab0bbcd170757aecc09ba91d9959e3b62c1c91eedb7c0b4ad64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page