
An MCP (Model Context Protocol) server that executes shell commands for code review. This server
An MCP (Model Context Protocol) server that executes shell commands for code review. This server provides a tool that can be used by AI assistants to review code or plans by executing the cursor-tools repo command.
An MCP (Model Context Protocol) server that executes shell commands for code review. This server provides a tool that can be used by AI assistants to review code or plans by executing the cursor-tools repo command.
bun installTo run the MCP server:
bun run index.tsOr use the provided launch script:
./launch-mcp.shThe server can be configured using environment variables:
| Variable | Description | Default |
|---|---|---|
| CURSOR_TOOLS_PATH | Path to the cursor-tools executable | "cursor-tools" |
Example:
CURSOR_TOOLS_PATH=/usr/local/bin/cursor-tools bun run index.tsThe server includes comprehensive error handling:
All errors are logged to:
error.log (error level messages)combined.log (all messages)This server executes shell commands based on input received from AI assistants. While basic input sanitization is implemented, be aware of the following:
{
"mcpServers": {
"code-review-server": {
"autoApprove": [],
"disabled": false,
"timeout": 60,
"command": "bun",
"args": [
"run",
"index.ts"
],
"env": {},
"transportType": "stdio",
"alwaysAllow": [
"review_code"
]
}
}
}To run the test suite:
bun run test.tsThe test suite includes:
Logs are stored in:
error.log - Contains error-level messagescombined.log - Contains all log messages (info, warn, error)This repo does not document an install step we could read. Check the README on GitHub.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/code-review-mcp-server to learn what the "Code Review MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server doesn't publish a machine-readable tool manifest, and it doesn't expose a public endpoint we could ask. Connect the server locally to see what it exposes.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/code-review-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "code-review-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.