- Home
- MCP servers
- Code Review
Code Review
An MCP server for code reviews using OpenAI and Google models for Claude-code
- typescript
27
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"praneybehl-code-review-mcp": {
"command": "npx",
"args": [
"-y",
"@vibesnipe/code-review-mcp"
],
"env": {
"GOOGLE_API_KEY": "YOUR_GOOGLE_API_KEY",
"OPENAI_API_KEY": "YOUR_OPENAI_API_KEY",
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY"
}
}
}
}Available tools
perform_code_review
Performs a code review using a chosen LLM provider on git changes from the current repository. Requires parameters detailing target (staged, HEAD, or branch_diff), taskDescription, llmProvider, modelName, and optional reviewFocus, projectContext, diffBase, and maxTokens. Returns a markdown-formatted review or an error.
Built by
VeilStrat
AI signals for GTM teams© 2026 VeilStrat. All rights reserved.All systems operational