reviewable artifacts for Gemini CLI
com.bereviewable/reviewable-artifacts
Reviewable workspace discovery and private HTML review creation via stdio MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install reviewable artifacts in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs