Skip to content
Cline

reviewable artifacts for Cline

com.bereviewable/reviewable-artifacts

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

client:Cline transport:stdio runtime:npm

Install reviewable artifacts in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

reviewable artifacts in other clients