Deploycheck

by SarthakDhatrak

119 downloads
Not rated
GitHub

About

MCP server for Deploycheck.

Details

Author
SarthakDhatrak
Downloads
119
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Deploycheck
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "DeployCheck": {
      "command": "npx",
      "args": [
        "-y",
        "@deploycheck/deploycheck-mcp@latest"
      ],
      "env": {
        "DEPLOYCHECK_API_KEY": ""
      }
    }
  }
}

audit_and_fix_codebase

Scans repository using AST analysis and returns a structured issue report with potential auto-fixes.

trigger_deploy

Triggers a deployment for the repository on the specified platform.

rollback_to_stable

Rolls back the deployment of a project to its last known stable state.

reconcile_environment_drift

Audits configuration drifts (like container memory limits) and returns auto-reconciliation diffs and patches.

explain_deploy_failure

Ingests raw container crash/build logs, correlates them with git code history, and generates plain-English explanations.

query_live_environment

Queries the status, logs, or metrics of the active running infrastructure services.

preflight_compliance_audit

Audits codebase changes against DORA release quality and TIBER-EU/DORA security compliance policies.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "deploycheck": {
            "DeployCheck": {
                "command": "npx",
                "args": [
                    "-y",
                    "@deploycheck/deploycheck-mcp@latest"
                ],
                "env": {
                    "DEPLOYCHECK_API_KEY": ""
                }
            }
        }
    }
}

McpServers

{
    "DeployCheck": {
        "command": "npx",
        "args": [
            "-y",
            "@deploycheck/deploycheck-mcp@latest"
        ],
        "env": {
            "DEPLOYCHECK_API_KEY": ""
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.