Best Free Deploy Readiness Checker 2026 - MCP Server for Claude Code, Health & CI Status
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deploycheck-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Anmolmb999/deploycheck-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add deploycheck-mcp-serv npx -y Anmolmb999/deploycheck-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"deploycheck-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Anmolmb999/deploycheck-mcp-server"
]
}
}
}