Skip to content
Cursor

reviewable artifacts for Cursor

com.bereviewable/reviewable-artifacts

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

client:Cursor transport:stdio runtime:npm

Install reviewable artifacts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "reviewable-artifacts": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

reviewable artifacts in other clients