Connecting Pond
As a developer, you can connect your app to Pond to safely access your users' messages, notes, or other personal data.
Pond supports MCP connections via both stdio and Streamable HTTP:
- For stdio clients, Pond provides a standard MCP server binary that you can run directly
- For Streamable HTTP clients, Pond will automatically start a Streamable HTTP server that any app can connect to
If you don't have an MCP client yet, you should see the example on writing a Python stdio client.