Skip to main content
Glama
codepeel

CodePeel MCP Server

Official
by codepeel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEPEEL_TOKENYesYour API token from Settings (starts with `cpk_`)
CODEPEEL_API_URLNoAPI base URL (default: https://codepeel.com/api)https://codepeel.com/api
CODEPEEL_REVIEW_URLNoReview endpoint URL (default: Firebase function)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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