loading…
Search for a command to run...
loading…
Code Reviewer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Code Reviewer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Code Reviewer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
review_code |
Comprehensive code review: security, style, complexity, and quality metrics. |
check_style |
Check code style against language conventions and best practices. |
find_bugs |
Detect common bug patterns: null references, off-by-one errors, resource leaks, |
suggest_improvements |
Suggest refactoring opportunities, performance improvements, and best practices. |
security_scan |
Deep security scan for OWASP Top 10, hardcoded secrets, injection risks, and CWE |
pip install meok-code-reviewer-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"code-reviewer-ai": {
"command": "python",
"args": ["-m", "meok_code_reviewer_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"code-reviewer-ai-mcp": {
"command": "npx",
"args": []
}
}
}