Back to Home
alexcpn icon

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

Run Command
npx @modelcontextprotocol/inspector uv --directory codereview_mcp_server/ run stdio_server.py

Security 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

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens100000
Stars0
Forks1
Last Update2025-12-19

Tags

Code ReviewAST ParsingTree-SitterGitHubMCP Server