coderocket-mcp
Click 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., "@coderocket-mcpgenerate a deployment workflow for my frontend repo"
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.
@mlgraham/coderocket-mcp
MCP server for CodeRocket Deploy — AI-generated CI/CD workflows and AI code review, available as tools inside Claude Code.
Setup
Claude Code will never prompt you for your API key. This server reads it from the environment once at startup. Set it before you start Claude Code, or the tools will report that they are not configured.
1. Create an API key
Go to deploy.coderocket.com/settings → API Keys → Create Key. The key is shown once — copy it before leaving the page. If you lose it, you must revoke it and create a new one.
2. Export it to your shell profile
echo 'export CODEROCKET_API_KEY=crk_your_key_here' >> ~/.zshrc # or ~/.bashrc
source ~/.zshrc3. Restart Claude Code
Required. A running session will not pick up a newly exported variable.
4. Install the plugin
claude plugin marketplace add mlgraham/coderocket-plugin
claude plugin install coderocket@coderocket-marketplaceThen verify with /coderocket:status.
Related MCP server: mcp-agent-review
Tools
Tool | Purpose |
| Generate a CI/CD workflow for a repository (polls until complete) |
| Open a pull request with a generated workflow |
| List your connected repositories |
| Details and analysis status for one repository |
| List AI code reviews |
| Fetch a single review with its inline comments |
| Account tier, usage, and limits |
| Report whether a generated workflow worked |
| Check API connectivity and that your key is valid |
Configuration
Variable | Required | Default | Purpose |
| yes | — | Your |
| no |
| Override the API endpoint |
| no | — | Set to |
CODEROCKET_API_URL is validated before use. Because every request carries your API key as a
bearer token, the server accepts only the official host or loopback by default, requires HTTPS
off loopback, and refuses to start on an unsafe value rather than starting up and sending your
credentials somewhere unintended. Pointing at a self-hosted backend requires
CODEROCKET_ALLOW_CUSTOM_API_URL=1, which also prints a warning naming the host.
Troubleshooting
Every tool says the key is not set. The variable was not present when Claude Code started.
Confirm with echo $CODEROCKET_API_KEY in a new terminal, then fully restart Claude Code — not
just the conversation.
"API key has been revoked." The key exists but was revoked. Create a new one in Settings, update your shell profile, and restart Claude Code.
"is not an allowed CodeRocket host." CODEROCKET_API_URL points somewhere unexpected. If you
did not set it deliberately, unset it — something in your environment did, and it would have
received your API key. If it is an intentional self-hosted backend, set
CODEROCKET_ALLOW_CUSTOM_API_URL=1.
Links
Changelog:
CHANGELOG.md, shipped inside this package
License
MIT
This server cannot be installed
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
- AlicenseAqualityBmaintenanceMCP server that lets Claude Code ask GPT Codex for adversarial planning, code review, debugging, research, and risk triage without leaving your project workflow.Last updated921MIT
- Alicense-qualityCmaintenanceAn MCP server that provides agentic code review powered by OpenAI-compatible models, designed for use with Claude Code.Last updated1MIT
- Alicense-qualityDmaintenanceAn experimental MCP server that enables Claude Code to execute DevOps tasks such as Docker, Git, and testing commands.Last updatedMIT
- Alicense-qualityFmaintenanceSingle MCP server providing over 500 developer tools for Claude Code, covering security, testing, documentation, and more.Last updated273MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, 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/mlgraham/coderocket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server