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_reactionAdd 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_bootstrapOne-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_triageGenerate 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_threadDelete a root comment thread (and all its replies via CASCADE)
edit_commentEdit the body of a comment or reply
get_threadGet 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_deploymentsList deployments for a project
list_projectsList projects in a workspace
list_threadsList 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_workspacesList all workspaces the current user belongs to
remove_reactionRemove an emoji reaction from a comment
reply_to_threadPost 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_threadResolve 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_threadsSearch 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_deprecatedMark comment threads as deprecated or un-deprecated in bulk