Back to MCP Servers

Deploy

Universal deployment tracker for AI assistants with live status badges and deployment monitoring

developer-toolsdeploymentmonitoringai

Installation

npx -y deploy-mcp

Configuration

{
  "mcpServers": {
    "deploy-mcp": {
      "command": "npx",
      "args": ["-y", "deploy-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub