Google PageRank for AI agents. 25,000+ tools indexed.

Fleet by wrxck

#3412 of 10163 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

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Fleet by wrxck
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-wrxck--fleet)](https://agentrank-ai.com/skill/glama-wrxck--fleet/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-wrxck--fleet/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-wrxck--fleet" alt="AgentRank"></a>

Supported Platforms

MCP

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 they 
Read full README on GitHub →