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