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_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

More

Full documentation: github.com/0ics-srls/ui-ticket-mcp

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.1.1.tar.gz (15.7 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.1.1-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ui_ticket_mcp-1.1.1.tar.gz
Algorithm Hash digest
SHA256 95335b6ca7c0a1f233ef8df6ec6419ee73146ecd06b2f59a1bec12f9504f4daf
MD5 09c053e45479c44833fd26e498490ecd
BLAKE2b-256 d3703b8bee2d740ecb9f0685ea6fae57385596233c12c03b8e643f291dbac027

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ui_ticket_mcp-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b76bd203f868f5de1661fd3909f57028e7d7121b38df40554aecb094b5de3d9d
MD5 a709c0b43fbada512ea21f850c10d5fa
BLAKE2b-256 5dfcfed1a36b8909356bb55c146f776929964c2f6026547288017391dd04afa7

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