Skip to content
pond

Connect your agents

pond is an MCP server. pond init registers it for detected clients. To add it by hand:

claude mcp add -s user pond -- pond mcp   # Claude Code
codex mcp add pond -- pond mcp            # Codex

Other clients: use pond mcp (alias for pond serve --transport stdio) as the server command.

Tools the agent gets

  • pond_search - hybrid search across all sessions
  • pond_get - fetch a session or message by id
  • pond_sql_query - read-only SQL over the corpus

Agent setup prompt

Paste into your agent:

Set up pond as my session memory. Install it (brew install tenequm/tap/pond),
run `pond init -y`, then `pond sync`. Register pond as an MCP server for this
client, then use pond_search / pond_get to answer questions about my past work.