Fleetpost for Cursor
io.github.stanimirtenev/fleetpost-mcp
A mailbox for your machines: read fleet capabilities, send a request. Offline, no server.
client:Cursor
transport:stdio
runtime:pypi
Install Fleetpost in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fleetpost-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fleetpost-mcp"
],
"env": {
"FLEETPOST_CONFIG": "<FLEETPOST_CONFIG>",
"FLEETPOST_HOME": "<FLEETPOST_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs