← Back to Plugins
MCP Server MCP

Fleetpost

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx fleetpost-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "fleetpost-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to your Fleetpost config.env. Optional if you start the server from the checkout that contains it.",
          "format": "filepath",
          "name": "FLEETPOST_CONFIG"
        },
        {
          "description": "Path to the Fleetpost checkout, if config.env was copied away from it. Needed by fleet_sync and fleet_handle.",
          "format": "filepath",
          "name": "FLEETPOST_HOME"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...