Connect your agents
pond is an MCP server. pond init registers it for detected clients and installs the bundled pond skill into Claude Code's user skills dir. To add the server 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. The skill installs by hand too: save pond skill output to ~/.claude/skills/pond/SKILL.md.
Tools the agent gets
pond_search- find relevant messages across all sessions (vector or full-text)pond_get_session- read, analyze, or summarize a whole sessionpond_get_message- expand one message with its full tool bodiespond_sql- the escape hatch: 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_session / pond_get_message to answer questions about my past work.