Fleet by wrxck
41 score
A production management server for Docker Compose applications that handles systemd orchestration, Nginx configuration, and age-encrypted secrets. It enables automated app deployment, health monitoring, and full Git/GitHub workflows through its MCP tools.
Ranked #3412 out of 10163 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 44
Freshness 22d ago
Issue Health 50%
Stars 16
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Stars low impact
Platforms medium impact
Supported Platforms
From the README
<div align="center"> # fleet **Docker production management CLI + MCP server** Manages Docker Compose applications on a single server with systemd orchestration, nginx configuration, encrypted secrets, Git/GitHub workflows, health monitoring, dependency tracking, and Telegram alerts. </div> --- ## Architecture ``` fleet CLI (TypeScript/Node.js) ├── Commands CLI interface (fleet <command>) ├── MCP Server Claude Code integration (fleet mcp) ├── Registry App inventory (data/registry.json) ├── Secrets Vault age-encrypted secrets (vault/*.age) ├── Deps Monitor Dependency health scanning + alerting └── Templates systemd, nginx, gitignore generators fleet-bot (Go) └── Telegram bot that runs Claude Code sessions for remote management ``` ### How it works Each Docker Compose app is registered in fleet's registry with its compose path, service name, domains, port, and container names. Fleet generates a systemd service unit for each app so theyRead full README on GitHub →