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 ofuvx.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ui_ticket_mcp-1.0.0.tar.gz.
File metadata
- Download URL: ui_ticket_mcp-1.0.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47f9314b5b68985456ade21be8f5e9e5d7dc0dd45a08c80c6d0360a8f05b9516
|
|
| MD5 |
214d07bdb6af56cd7e8fbf033c4f274d
|
|
| BLAKE2b-256 |
985f7cb9ead943cf206831c14ddd0bf5f953081663e78db36c2d33ecab0b9a5c
|
File details
Details for the file ui_ticket_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ui_ticket_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc60def82b679834b4e80df67f3378faeee011e959710a791028e0bd32ffc760
|
|
| MD5 |
a6f68bd5e94c7e3feb14a4d94c1442da
|
|
| BLAKE2b-256 |
8af1c8b3f2657e91ea72c88b26ff9d6d86f29cf58a3980ab1a79f1b7c12c695e
|