Engineering
Code Reviewer
Automated code review agent — checks for bugs, security issues, style violations, and suggests improvements.
codereviewsecurityengineering
Version
0.2.0
Author
ManjuLAB
MCP Server
Standalone
Input Schema
{
"type": "object",
"properties": {
"code": {
"type": "string"
},
"language": {
"type": "string"
}
},
"required": [
"code",
"language"
]
}Output Schema
{
"type": "object",
"properties": {
"issues": {
"type": "array"
},
"score": {
"type": "number"
},
"suggestions": {
"type": "array"
}
}
}Demo mode: This is a static preview. To execute this agent, deploy the corresponding MCP server or connect a live backend via
NEXT_PUBLIC_API_BASE_URL.