reviewable artifacts for Grok
com.bereviewable/reviewable-artifacts
Reviewable workspace discovery and private HTML review creation via stdio MCP.
client:Grok
transport:stdio
runtime:npm
Install reviewable artifacts in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs