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 # CodexOther clients: use pond mcp (alias for pond serve --transport stdio) as the server command.
Tools the agent gets
pond_search- hybrid search across all sessionspond_get- fetch a session or message by idpond_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.