CodePeel MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEPEEL_TOKEN | Yes | Your API token from Settings (starts with `cpk_`) | |
| CODEPEEL_API_URL | No | API base URL (default: https://codepeel.com/api) | https://codepeel.com/api |
| CODEPEEL_REVIEW_URL | No | Review endpoint URL (default: Firebase function) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| review_codeA | Review code changes for bugs, security issues, and best practice violations. Pass a unified diff or file contents. Returns findings with severity, explanation, and suggested fixes. |
| fix_codeB | Generate a fix for a specific code issue. Provide the file path, problem description, and optionally the problematic code snippet. |
| ask_codepeelA | Ask CodePeel a question about code. Can analyze code patterns, explain issues, suggest improvements, or answer architecture questions. Optionally provide a diff for context. |
| check_creditsA | Check your CodePeel account balance, plan tier, and usage for the current billing period. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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