codereview_mcp_server
by alexcpn
Overview
Provides an MCP server for code review, offering tools to analyze Python, Go, and C++ GitHub repositories via AST parsing.
Installation
npx @modelcontextprotocol/inspector uv --directory codereview_mcp_server/ run stdio_server.pySecurity Notes
The server clones arbitrary GitHub repositories provided by the `github_repo` parameter. While cloning occurs in a temporary directory and only shallow clones (`depth=1`) are performed, there is an inherent risk that a malicious repository could contain `.git` hooks that execute during the clone operation. The server then parses the code but does not directly execute it.
Similar Servers
claude-power-pack
Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
code-sage
A high-performance MCP server for semantic code search, analyzing codebases using AST-based chunking and providing hybrid keyword and vector embeddings search capabilities for AI clients.
mcp-server
An AI-powered code review server that integrates with various Git platforms via webhooks to provide automated feedback on pull requests.