Fleetpost for Zed
io.github.stanimirtenev/fleetpost-mcp
A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.
client:Zed
transport:stdio
runtime:pypi
Install Fleetpost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fleetpost-mcp": {
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<FLEETPOST_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs