0pi
Store and retrieve data objects for free. Temporary cloud storage for agents. Two hour expiry. Works with any format and flow. Example use cases include:
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add dizzydes/zero-pi
# Browse available tools
npx -y smithery tool list dizzydes/zero-pi
# Get full schema for a tool
npx -y smithery tool get dizzydes/zero-pi create_object
# Call a tool
npx -y smithery tool call dizzydes/zero-pi create_object '{}'Direct MCP Connection
Endpoint: https://zero-pi--dizzydes.run.tools
Tools (2)
create_object— Save objects to ephemeral cloud storage - Store your reasoning state, large JSON structures, or any data to get a share…get_object— Retrieve data from cloud storage using its ID.
# Get full input/output schema for a tool
npx -y smithery tool get dizzydes/zero-pi