Second Opinion
Freeby MCP Community
Get a second opinion on your code from AI - MCP tool for Cursor IDE
v1.0.0Added Apr 12, 2026
aicode-reviewmcpcursorsecond-opinion
Second Opinion MCP Server
Get a second opinion on your code from AI - MCP tool for Cursor IDE
Installation
npx -y second-opinion
Reviews
Installation
Quick install
npx -y second-opinion
Add to claude_desktop_config.json
{
"mcpServers": {
"second-opinion": {
"command": "npx",
"args": ["-y", "second-opinion"]
}
}
}