VOOZH about

URL: https://apify.com/ntriqpro/code-review-intelligence-mcp

โ‡ฑ AI Code Reviewer โ€” PR Diff Analysis & Quality Score ยท Apify


๐Ÿ‘ 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

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

2

Total users

0

Monthly active users

a month 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:

Legal Disclaimer

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).


๐Ÿ”— Related Actors by ntriqpro

Extend this actor with the ntriqpro intelligence network:

โญ Love it? Leave a Review

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

You might also like

Ai Code Review Agent

fiery_dream/ai-code-review-agent

GPT-4 powered automated code reviews. Find bugs, security issues, and improvement opportunities in seconds.

๐Ÿ‘ User avatar

Cody Churchwell

9

๐Ÿ™ GitHub MCP โ€” AI Code & Repo Analytics

nexgendata/github-mcp-server

๐Ÿ™ GitHub repos, code search, issues, PRs, commits MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search repos + read code + issues + PRs + releases + user profiles via MCP โ€” built for code-aware AI workflows. Free tier available.

Claude code

agentify/claude-code

Instant access to Claude Code - Anthropic's AI coding assistant running on Apify.

4.5K

4.6

XavvyNess AI Code Reviewer

xavvyness/xavvyness-code-reviewer

Point at any public GitHub repo or paste code โ€” get a structured review in seconds. Scores 1โ€“10 with Critical Issues, Improvements, and Positives. Security, Performance, Style, and Full focus modes. Auto-detects main/master branch.