AI Code Reviewer - Analyze, Explain & Improve Code avatar

AI Code Reviewer - Analyze, Explain & Improve Code

Pricing

Pay per event + usage

Go to Apify Store
AI Code Reviewer - Analyze, Explain & Improve Code

AI Code Reviewer - Analyze, Explain & Improve Code

Get AI-powered feedback on code quality, security issues, and improvement suggestions. Explain complex code in plain English.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Code Review Intelligence MCP Server

Review, explain, and generate code using local AI. No code is sent to external APIs — 100% privacy.

Features

ToolDescriptionPrice
review_codeReview code for bugs, security, performance, or readability issues$0.10/use
explain_codeExplain code with adjustable detail (brief, medium, detailed)$0.05/use
generate_codeGenerate new code or refactor existing code from instructions$0.10/use

Connect via Claude Desktop

Add to your Claude Desktop MCP settings:

{
"mcpServers": {
"code-review": {
"url": "https://ntriqpro--code-review-intelligence-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

Review Focus Areas

FocusDescription
generalBugs, improvements, best practices (default)
securityVulnerabilities: injection, XSS, auth issues, data exposure
performanceBottlenecks, unnecessary operations, optimizations
readabilityNaming, structure, documentation, maintainability

Supported Languages

All major programming languages: Python, JavaScript, TypeScript, Go, Rust, Java, C++, Ruby, PHP, Swift, Kotlin, and more.

Input

review_code

  • code (required): Source code to review
  • language (optional): Programming language (default: auto-detect)
  • focus (optional): "general", "security", "performance", "readability"

explain_code

  • code (required): Source code to explain
  • detailLevel (optional): "brief", "medium", "detailed"

generate_code

  • instruction (required): What to build or how to refactor
  • existingCode (optional): Existing code to refactor
  • language (optional): Target language (default: "python")

Output Examples

review_code (security focus)

{
"status": "success",
"review": "**Security Review**\n\n1. **Critical**: SQL injection vulnerability on line 15...\n2. **High**: Hardcoded API key on line 3...",
"focus": "security",
"model": "qwen2.5-coder"
}

explain_code (brief)

{
"status": "success",
"explanation": "This is a REST API endpoint that handles user authentication using JWT tokens and bcrypt password hashing.",
"detail_level": "brief",
"model": "qwen2.5-coder"
}

Technology

  • Code Model: Qwen2.5-Coder 7B (Apache 2.0 License)
  • Processing: Local AI inference, zero external API calls
  • Privacy: Code is processed in real-time and not stored

Open Source Licenses

This service uses the following open source model:

Code Review Notice: This service provides AI-generated code analysis suggestions only. All outputs are recommendations and should not be treated as automated decisions. Human review and verification is required before acting on any suggestions. This service does not guarantee the detection of all bugs, vulnerabilities, or issues. Code submitted for analysis is processed in real-time, is not stored, and is not used for model training. This service does not constitute professional software auditing or security certification.

Platform usage is free. You only pay per event (see pricing above).


Extend this actor with the ntriqpro intelligence network:

⭐ Love it? Leave a Review

Your rating helps professionals discover this actor. Rate it here.