coderocket-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEROCKET_API_KEY | Yes | Your crk_ API key | |
| CODEROCKET_API_URL | No | Override the API endpoint | https://deploy.coderocket.com/api/v1 |
| CODEROCKET_ALLOW_CUSTOM_API_URL | No | Set to 1 to permit a non-default host |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_reposA | List connected repositories with their analysis status, language, and framework. |
| deploy_repoA | Analyze a repository and generate a CI/CD workflow. Handles the full async flow internally (analyze → poll → generate → poll) and returns the complete YAML + explanation. |
| create_prA | Create a GitHub pull request with the generated CI/CD workflow. |
| generation_feedbackA | Submit feedback on a generated workflow (worked, partial, or failed). |
| list_reviewsB | List AI code reviews, optionally filtered by repository. |
| get_reviewA | Get detailed code review with all inline comments organized by severity. |
| account_statusA | Get account information including subscription tier, usage, and limits. |
| repo_detailsA | Get comprehensive repository details: analysis results, readiness score, optimizations, and generation history. |
| health_checkA | Check connectivity to the CodeRocket API. Useful for debugging setup issues. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |