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
{
"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