CodePeel MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CodePeel MCP ServerReview my recent changes for bugs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CodePeel MCP Server
AI code review tools for Claude Code, Cline, Roo, and other MCP-compatible agents.
What it does
When you're vibe coding with an AI agent, CodePeel acts as a second opinion ā reviewing the generated code for bugs, security issues, and bad patterns before you commit.
Related MCP server: MatterAI MCP Server
Tools
Tool | Description |
| Review a diff for bugs, security issues, and best practices |
| Generate a fix for a specific code issue |
| Ask questions about code patterns, architecture, etc. |
| Check your account balance and usage |
Setup
1. Get your API token
Sign in at codepeel.com
Go to Settings ā API Tokens
Click Create Token and copy the token (starts with
cpk_)
API tokens don't expire ā they work until you revoke them.
2. Configure MCP
Add to your MCP config (.kiro/settings/mcp.json, claude_desktop_config.json, or Cline settings):
{
"mcpServers": {
"codepeel": {
"command": "npx",
"args": ["-y", "github:codepeel/mcp-server"],
"env": {
"CODEPEEL_TOKEN": "cpk_your_token_here"
}
}
}
}3. Use it
The AI agent will automatically have access to CodePeel's review tools. You can ask it to:
"Review my recent changes for bugs"
"Check this diff for security issues"
"Fix the null pointer issue in auth.ts"
"How many reviews do I have left?"
Example Usage
Review code changes
Agent: I'll review your changes using CodePeel.
[calls review_code with git diff output]
CodePeel found 3 issues:
š Potential null pointer in user.ts:45
š” Missing error handling in api.ts:23
šµ Unused import in utils.ts:1Self-review during vibe coding
The AI can review its own output before presenting it to you:
You: Build a login form with validation
Agent: [writes code, then calls review_code on its own output]
Agent: I found a potential XSS issue in my implementation. Let me fix that...
[calls fix_code, applies the fix]
Agent: Here's the login form ā I caught and fixed a security issue during generation.CLI Commands
npx -y github:codepeel/mcp-server init # Interactive editor setup
npx -y github:codepeel/mcp-server init-config # Generate .codepeel.yml
npx -y github:codepeel/mcp-server credits # Check your balance
git diff | npx -y github:codepeel/mcp-server review # Review from stdinEnvironment Variables
Variable | Required | Description |
| Yes | Your API token from Settings (starts with |
| No | API base URL (default: |
| No | Review endpoint URL (default: Firebase function) |
Troubleshooting
Error | Fix |
"Token expired" | You're using a Firebase ID token instead of an API token. Create a |
"Invalid token" | Check that your token starts with |
"No credits remaining" | Upgrade your plan or wait for credits to reset. |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI-powered, zero-trust code review with multiple models, supporting single files, git diffs, and multiple files, with security, performance, and architecture checks across 10+ languages.13MIT

MatterAI MCP Serverofficial
Alicense-qualityCmaintenanceEnables code reviews, implementation planning, and pull request generation for AI agents in IDEs like Cursor and Windsurf.1MIT- Alicense-qualityDmaintenanceEnables AI-powered code review and improvement, including analysis, refactoring suggestions, and automatic test generation, with an optional agentic loop for iterative refinement.MIT
- Alicense-qualityAmaintenanceEnables AI agents to scan code for security and quality issues and receive machine-readable reports with suggested fixes and verification criteria.892MIT
Related MCP Connectors
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codepeel/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server