Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Fleetpost
F
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Fleetpost

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "fleetpost": {
      "command": "npx",
      "args": [
        "-y",
        "fleetpost"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Fleetpost

License: MIT Made with Bash Platform Server: none Transport: rclone PRs welcome

A mailbox for your machines. Independent AI coding agents on separate computers drop tasks in a shared folder and pick them up whenever they wake β€” no server, no daemon, and no requirement that both sides be online at once.

Offline-tolerant coordination for independent AI agents: cross-machine, server-less, carried by any folder rclone can reach β€” Google Drive, S3, Dropbox, SFTP, WebDAV.

Fleetpost is a handful of shell scripts and a convention. You run several agents (Claude Code, Cursor, Codex, Aider, whatever) on several machines. Each keeps its own local memory. Fleetpost lets them know what the others can do and ask each other for work β€” and it keeps working when a machine is asleep or powered off, because the messages simply wait in the shared folder until that machine's next sync.


Why this exists

Run an agent on your laptop and another on your desktop and they are blind to each other; you become the courier, copy-pasting between terminals (a real, common pain). The usual answers are live β€” both agents must be running and connected at the same moment. Fleetpost takes the other route: asynchronous. Leave the work in the drop and walk away; the powered-off machine catches up on its own.

How it works

Code
<shared-folder>/                     (any rclone remote: Drive, S3, Dropbox…)
β”œβ”€β”€ 00-START-HERE.md                 onboarding for a new machine
β”œβ”€β”€ PROTOCOL-CHANGES.md              append-only changelog, watched by hash
β”œβ”€β”€ laptop/
β”‚   β”œβ”€β”€ capabilities.md              what this machine can do (hand-written)
β”‚   β”œβ”€β”€ inventory.md                 what it knows (index; optional generator)
β”‚   β”œβ”€β”€ last-sync.txt                when it last ran a cycle (its heartbeat)
β”‚   └── inbox/
β”‚       └── handled/                 requests it has completed
β”œβ”€β”€ desktop/
└── server/

A small sync.sh runs on a timer (systemd / cron / launchd) on each machine and does four things β€” and nothing that touches another machine's data:

  1. pulls this machine's inbox/
  2. detects new requests (and protocol changes) β†’ raises a local SIGNAL.md flag
  3. pulls every other machine's capabilities.md and last-sync.txt, and looks at their inboxes to see which of this machine's own requests are still unhandled
  4. publishes this machine's own descriptors (only when changed) and its heartbeat

It never executes a request. It fetches and flags; the agent does the work in a session.

Demo

Your desktop needs something only the laptop can do, so it drops a request in the laptop's inbox and forgets about it:

console
desktop$ echo "Compile the arm64 build and report the sha256." \
           > 2026-08-09-from-desktop-compile.md
desktop$ rclone copy 2026-08-09-from-desktop-compile.md \
           "gdrive:coordination/laptop/inbox/"

The laptop is asleep. Hours later it wakes; its timer fires a sync:

console
laptop$ ./scripts/sync.sh
14:17  1/4 pulling laptop/inbox …
14:17  2/4 detecting new requests and protocol changes …
       -> new requests; raised SIGNAL.md
14:17  3/4 pulling fleet capabilities …
       -> desktop: fetched
14:17  4/4 publishing my descriptors (only if changed) …
14:17  done.
# exit code 10 = "something new for you"

laptop$ cat ~/.agent-coordination/SIGNAL.md
# SIGNAL β€” something is waiting for you
## New requests in your inbox (~/.agent-coordination/inbox/)
- `2026-08-09-from-desktop-compile.md` (41 bytes)

The laptop's agent does the work, drops a reply in desktop/inbox/, and moves the request into inbox/handled/. The desktop picks up the answer on its next sync β€” and at no point did both machines need to be online at the same time.

What makes it different

The category is not empty β€” see Alternatives. Fleetpost's specific bundle is:

  • rclone-first transport β€” pull from object storage / Drive / S3 / Dropbox. No sync daemon on every host, no git remote. If rclone can reach it, Fleetpost can use it.
  • Folder-native protocol β€” per-machine inbox/ + handled/ subfolders. A machine with no automation still sees exactly its unhandled requests at the top level.
  • Offline-published capability descriptor β€” each machine leaves a "what I can do" file in the folder, discoverable even while that machine is off (unlike a live Agent Card that needs an HTTP server up).
  • Hash-watched changelog β€” rule changes reach already-running agents, which would otherwise never re-read the onboarding doc.

Use it from an agent (MCP)

There is an MCP server in mcp/ β€” fleetpost-mcp on PyPI β€” so an agent can read the fleet's capabilities, work through its own inbox, and hand a task to another machine as tool calls:

config.json
{ "mcpServers": { "fleetpost": {
    "command": "uvx", "args": ["fleetpost-mcp"],
    "env": { "FLEETPOST_CONFIG": "/path/to/fleetpost/config.env" } } } }

It reads this same config.env and runs these same scripts β€” no second implementation of the protocol, and still no server. See mcp/README.md.

Quickstart

bash
git clone https://github.com/StanimirTenev/fleetpost
cd fleetpost
./scripts/init.sh             # asks four questions, writes config.env, claims your folder
$EDITOR ~/.agent-coordination/self/capabilities.md   # what this machine can do β€” the fleet reads it
./scripts/doctor.sh           # confirm the wiring before wondering why nothing arrives
./scripts/sync.sh             # first cycle: publish yourself, fetch the others

# one-time for the whole fleet: seed the shared docs (from any one machine)
rclone copy templates/00-START-HERE.md      "<remote>:<coord-dir>/"
rclone copy templates/PROTOCOL-CHANGES.md   "<remote>:<coord-dir>/"

# schedule it (Linux, user timer)
cp examples/systemd/coordination-sync.* ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now coordination-sync.timer
loginctl enable-linger "$USER"

Prefer to wire it by hand? cp config.example.env config.env and edit β€” init.sh writes exactly that file and nothing else.

Day to day

bash
./scripts/status.sh    # what's waiting for me, what I'm still waiting on, what the fleet
                       # can do (local, no network)
./scripts/send.sh --to desktop --topic "sign the installer" \
                  --want "Sign dist/app.exe with the company cert." \
                  --done "signtool verify /pa passes on the uploaded file." \
                  --until 2026-09-01
./scripts/handle.sh <filename>   # done with one: move it to inbox/handled/

send.sh requires every field the protocol asks for, so a request that cannot be acted on cannot be created.

Notice requests without being told

An established agent never re-reads the onboarding doc, so a request can sit unnoticed. examples/hooks/session-start.sh prints whatever the last cycle flagged at the top of an agent session, and stays completely silent when nothing is waiting. It reads local files only β€” set FLEETPOST_HOOK_SYNC=1 to pull first, which is the right choice on a machine with no scheduler.

See docs/PROTOCOL.md for the full protocol and 00-START-HERE.md for what a new agent reads.

Requirements

bash, rclone (configured with one remote), sha256sum, and a scheduler (systemd, cron, or launchd). That's it. No server, no database, no language runtime.

Alternatives

Honest comparison β€” pick what fits:

ProjectTransportCross-machineSurvives machine offCapability discovery
Fleetpostrclone (Drive/S3/Dropbox/…)βœ…βœ… (waits in folder)βœ… offline-published
SAMPSyncthing/Dropbox/iCloud daemonβœ…βœ…βŒ
GNAPgit remote (pull/rebase/push)βœ…βœ… (on reconnect)βœ… (agents.json)
mcp_agent_mailHTTP FastMCP serverβœ…βŒ (server must be up)partial
A2AJSON-RPC over HTTPβœ…βŒ (agent must be online)βœ… (live Agent Card)
LangGraph / CrewAI / AutoGenin-process runtime❌❌n/a

If you already run Syncthing everywhere, SAMP is excellent and closest in spirit. Fleetpost is for when your shared layer is object storage or a cloud drive (via rclone) and you want folder-native inbox/handled semantics plus offline capability discovery.

Design principles

  • Memory stays local. Only a short descriptor is published. Full memory never travels.
  • Ask for actions, not access. Secrets never travel; the machine that holds a credential does the work and returns only the result.
  • One author per shared document, so concurrent writers can't clobber a changelog entry.

License

MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Archstone logoArchstone

    Compile your own business capabilities from declarative YAML and serve them as MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs Archstone β†’
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fleetpost

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fleetpost": { "command": "npx", "args": ["-y", "Fleetpost"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFleetpost AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fleetpost?style=directory)](https://allmcps.com/mcp/fleetpost)
HTML Embed
<a href="https://allmcps.com/mcp/fleetpost"><img src="https://allmcps.com/api/badge/fleetpost?style=directory" alt="Fleetpost on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Fleetpost β†’Install in Claude DesktopInstall in CursorInstall in VS Code