Skip to main content
Developer ToolsTypeScript

deploy-mcp/deploy-mcp

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

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/alexpota/deploy-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
alexpota