bim
Design-review threads, comments, reactions and deployments from Bim.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Add Reaction: Add an emoji reaction to a comment. Convention: use π when you have read a thread, π§ when you have pushed a fix β these are visible to humans in the panel and Slack.
- Bim Bootstrap: One-shot context load: returns your identity, workspace, all accessible projects with open/resolved thread counts and latest deployment. Call this first before any other tool β it gives
- Bim Triage: Generate a prioritised fix-pack for all open threads in a project β the same format the Bim panel uses for agent handoff. Each item lists the page, element location, CSS selector, click po
What data it sees
Do you need an account
No: the server works without sign-in
Design-review threads, comments, reactions and deployments from Bim. Sign in with Google.
Server tool list (15)
Raw names from tools/list. Only developers need these.
| add_reaction | Add an emoji reaction to a comment. Convention: use π when you have read a thread, π§ when you have pushed a fix β these are visible to humans in the panel and Slack. |
| bim_bootstrap | One-shot context load: returns your identity, workspace, all accessible projects with open/resolved thread counts and latest deployment. Call this first before any other tool β it gives you all the UUIDs you need and avoids extra round-trips. |
| bim_triage | Generate a prioritised fix-pack for all open threads in a project β the same format the Bim panel uses for agent handoff. Each item lists the page, element location, CSS selector, click point, and the full thread so a coding agent can find the element and apply the change. |
| delete_thread | Delete a root comment thread (and all its replies via CASCADE) |
| edit_comment | Edit the body of a comment or reply |
| get_thread | Get a comment thread with all its replies, inline deployment data, and a `location` field with flattened DOM element context (HTML snippet, component name, classes, ancestors). context_screenshot_url and viewport_screenshot_url are public Supabase Storage URLs (no auth required). |
| list_deployments | List deployments for a project |
| list_projects | List projects in a workspace |
| list_threads | List root-level comment threads. Supports filtering by project UUID or host string, by deployment UUID or identifier string, by page, author, tag, and time. Returns threads with inline deployment data and a `location` field flattening anchor.source for easy element identification. |
| list_workspaces | List all workspaces the current user belongs to |
| remove_reaction | Remove an emoji reaction from a comment |
| reply_to_thread | Post a reply to an existing comment thread. Replies are attributed to the PAT owner but marked origin='mcp' so the panel renders them as 'Claude Β· via <name>'. |
| resolve_thread | Resolve or unresolve a comment thread. Pass note to post a closing comment in the same call (e.g. 'Fixed in commit abc123, live on preview'). The note is marked origin='mcp' so the panel renders it as 'Claude Β· via <name>'. |
| search_threads | Search comment threads by body text (case-insensitive). Returns root threads whose body matches the query, plus any replies whose body matches. Useful for finding a specific pin by keyword. |
| set_deprecated | Mark comment threads as deprecated or un-deprecated in bulk |