During the beta, only Claude, ChatGPT, and Codex clients are approved to connect. Other MCP clients can start the flow but won’t be able to complete authorisation yet.
The endpoint
Pond runs a remote MCP server over Streamable HTTP. There’s nothing to install and run yourself — you just point your client at:You never paste API keys or database tokens into your client. Access is granted through Pond’s OAuth flow, and every tool call is scoped to your account with the same row-level security as the app.
What you need
- A Pond account
- MCP beta access on that account
- An MCP client that supports remote servers with OAuth
Connecting a client
When you add the server, your client opens Pond’s OAuth flow in the browser. Sign in to Pond if needed, review the requested access, and approve it — your client then receives a token scoped to your account.- Claude Code
- Claude Desktop
- ChatGPT
- Codex
Add the server from your terminal:The first time a tool is used, Claude Code will prompt you to authenticate in the browser. You can confirm the connection at any time with
/mcp.Permissions
When you connect, you grant one or more scopes:- Read — read Threads, search your library, fetch excerpts, and find similar excerpts.
- Write — create Threads, attach excerpts, write Notes, and create Moves.
- Import — add a URL to your Pond as an Artefact.
Available tools
Read
Read
list_threads— list your Threadsget_thread— retrieve a Thread with its excerpts and optional graph contextsearch_library— search excerpts, Artefacts, and Threadsget_excerpt— fetch one excerpt by IDget_excerpts_batch— fetch multiple excerpts by IDget_excerpts_by_artefact— fetch excerpts for an Artefact by ID or exact nameget_similar_excerpts— find excerpts similar to an existing one
Write
Write
create_thread— create a Thread, optionally with initial excerptsadd_excerpt_to_thread— attach an excerpt to a Threadcreate_note_collection— write a Note in a Thread’s notebookcreate_move— create a typed semantic relationship between entities
Import
Import
add_to_pond— import a URL as a Pond Artefact