Deploycheck
About
MCP server for Deploycheck.
Details
- Author
- SarthakDhatrak
- Downloads
- 119
- Categories
- Other
Jump to
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DeploycheckCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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": ""
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



