Documentation Index
Fetch the complete documentation index at: https://docs.podflare.ai/llms.txt
Use this file to discover all available pages before exploring further.
The MCP server is a thin STDIO server that wraps the Podflare SDK. Every
MCP client gets
run_python, run_bash, fork, diff, merge_into,
upload, and download as tools for free.Install + run
mcp/dist/index.js. Make sure podflare-hostd is
running on PODFLARE_HOSTD_URL before launching the MCP server.
Claude Desktop
Add to~/Library/Application Support/Claude/claude_desktop_config.json:
Cursor / Cline / Zed / Windsurf
Any MCP client that reads anmcpServers config in the same shape works.
See each client’s docs for the exact config file location.
Tools exposed
Execute Python in a Podflare sandbox. State persists across calls
(REPL). Returns
{stdout, stderr, exit_code}.Execute a bash snippet. Fresh subprocess each call.
Spawn N children from current sandbox state. Returns a list of child
sandbox IDs.
Filesystem diff between two sandboxes.
Commit a winner fork as the new parent state.
Copy base64-encoded bytes into a path inside the sandbox.
Read a file from the sandbox, return base64.

