MCP Server - Code Review
Description
# MCP Server - Code Review A server implementation for the Model Context Protocol (MCP) that connects Cursor to OpenRouter API via stdio, enabling code review and AI chat functionalities. ## Features - Connects to OpenRouter API to access various large language models - Provides…
About
# MCP Server - Code Review A server implementation for the Model Context Protocol (MCP) that connects Cursor to OpenRouter API via stdio, enabling code review and AI chat functionalities. ## Features - Connects to OpenRouter API to access various large language models - Provides two main functionalities: - Simple text…
Details
- Author
- arahisman
- Downloads
- 311
- Categories
- Developer Tools
Jump to
- Connects to OpenRouter API for various large language models
- Provides ask tool for simple text prompt responses
- Provides code_review tool with project context analysis
- Integrates with repomix for codebase packaging and analysis
- Supports multi‑language project detection automatically
- Runs as a stdio server compatible with MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server - Code ReviewCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally or locally via npm (npm install -g mcp-server-code-review). Run from the command line: mcp-server-code-review --api-key YOUR_OPENROUTER_API_KEY [--default-model MODEL_ID]. The server implements two MCP tools: ask for text prompts and code_review for project‑aware code review. Configure the server in Cursor by adding a "mcp-openrouter-stdio" entry using npx with your API key and optional model.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server - code review": {
"mcp-server-code-review": {
"command": "node",
"args": [
"test-mcp-server.js"
]
}
}
}
}
McpServers
{
"mcp-server-code-review": {
"command": "node",
"args": [
"test-mcp-server.js"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





