Skip to content
Windsurf

reviewable artifacts for Windsurf

com.bereviewable/reviewable-artifacts

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

client:Windsurf transport:stdio runtime:npm

Install reviewable artifacts in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

reviewable artifacts in other clients