ThinkReview for Claude Desktop
io.github.thinkode/thinkreview
Live PR/MR code reviews via review_url_code. OAuth or portal Bearer auth.
client:Claude Desktop
transport:streamable-http
Install ThinkReview in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"thinkreview": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.thinkreview.dev/v1"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs