Code Review Agent
Freeby MCP Community
Universal Code Review MCP Agent — security, naming, memory, syntax checks for any AI tool
v1.0.0Added Apr 12, 2026
mcpcode-reviewaiclaudecopilot
Code Review Agent MCP Server
Universal Code Review MCP Agent — security, naming, memory, syntax checks for any AI tool
Installation
npx -y @sunil8390/code-review-agent
Reviews
Installation
Quick install
npx -y @sunil8390/code-review-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"code-review-agent": {
"command": "npx",
"args": ["-y", "@sunil8390/code-review-agent"]
}
}
}