Skip to main content
Glama
mlgraham

coderocket-mcp

by mlgraham

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEROCKET_API_KEYYesYour crk_ API key
CODEROCKET_API_URLNoOverride the API endpointhttps://deploy.coderocket.com/api/v1
CODEROCKET_ALLOW_CUSTOM_API_URLNoSet 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/mlgraham/coderocket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server