Fleetpost for Cline
io.github.stanimirtenev/fleetpost-mcp
A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.
client:Cline
transport:stdio
runtime:pypi
Install Fleetpost in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<FLEETPOST_HOME>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs