Skip to content

reviewable artifacts for Zed

com.bereviewable/reviewable-artifacts

Reviewable workspace discovery and private HTML review creation via stdio MCP.

client:Zed transport:stdio runtime:npm

Install reviewable artifacts in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "reviewable-artifacts": {
      "command": "npx",
      "args": [
        "-y",
        "reviewable-artifacts-mcp"
      ],
      "env": {
        "REVIEWABLE_MCP_BASE_URL": "<REVIEWABLE_MCP_BASE_URL>",
        "REVIEWABLE_MCP_WORKSPACE_KEY": "<REVIEWABLE_MCP_WORKSPACE_KEY>",
        "REVIEWABLE_MCP_REVIEWS": "<REVIEWABLE_MCP_REVIEWS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

reviewable artifacts in other clients