← Back to Plugins
MCP Server MCP

io.github.garrietv/reviewable-artifacts

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "reviewable-artifacts-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional advanced HTTPS origin override for self-hosted, staging, loopback, or a reachable interim service when the canonical domain is blocked.",
          "name": "REVIEWABLE_MCP_BASE_URL"
        },
        {
          "description": "Advanced compatibility credential for workspace reads and private-review creation. It takes precedence over a stored browser grant; keep it local and do not combine it with reviewer share URLs.",
          "isSecret": true,
          "name": "REVIEWABLE_MCP_WORKSPACE_KEY"
        },
        {
          "description": "Advanced least-privilege credential: one or more reviewer share URLs for read-only access to those reviews. Takes precedence over a stored browser grant; owner links are rejected.",
          "isSecret": true,
          "name": "REVIEWABLE_MCP_REVIEWS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...