---
title: "Guides, Cookbooks, and Integrations"
sidebarTitle: 'Overview'
description: 'Helpful guides and design patterns for building with Honcho'
icon: 'puzzle-piece'
---

Honcho plugs into whatever you're already building. Add memory to an AI assistant, connect an external data source, wire Honcho into your agent framework, or migrate from another provider.

## AI Assistants
Add persistent memory to AI assistants and agents:

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/v3/guides/integrations/claude-code">
    Long-term memory that survives context wipes, session restarts, and project switches
  </Card>
  <Card title="OpenCode" icon="code" href="/v3/guides/integrations/opencode">
    Persistent memory for OpenCode sessions, with per-directory, per-repo, or branch-scoped session mapping
  </Card>
  <Card title="MCP Server" icon="star-of-life" href="/v3/guides/integrations/mcp">
    Add Honcho memory to Claude Desktop, Cursor, Windsurf, Cline, and any MCP client
  </Card>
  <Card title="Hermes Agent" icon="bolt" href="/v3/guides/community/hermes">
    Cross-session memory for Nous Research's Hermes agent
  </Card>
  <Card title="OpenClaw" icon="lobster" href="/v3/guides/integrations/openclaw">
    Memory across every channel — WhatsApp, Telegram, Discord, Slack, and more
  </Card>
  <Card title="Agent Zero" icon="triangle" href="/v3/guides/community/agent0">
    Persistent memory plugin for the Agent Zero framework
  </Card>
</CardGroup>

## Platform Connectors
Connect external platforms to Honcho:

<CardGroup cols={2}>
  <Card title="Discord Bot" icon="discord" href="/v3/guides/discord">
    Build a Discord bot that remembers users across conversations
  </Card>
  <Card title="Telegram Bot" icon="telegram" href="/v3/guides/telegram">
    Create a Telegram bot with persistent user understanding
  </Card>
  <Card title="Gmail" icon="envelope" href="/v3/guides/gmail">
    Import email threads into Honcho — peers, sessions, and messages from your inbox
  </Card>
  <Card title="Granola" icon="calendar" href="/v3/guides/granola">
    Ingest meeting transcripts with speaker turns and participant data
  </Card>
  <Card title="Paperclip" icon="paperclip" href="/v3/guides/integrations/paperclip">
    Add Honcho memory to Paperclip companies, agents, issues, and documents
  </Card>
  <Card title="Reachy Mini" icon="robot" href="/v3/guides/integrations/reachy-mini">
    Build an embodied voice robot with long-term memory
  </Card>
</CardGroup>

## Agent Frameworks
Use Honcho as a memory layer in your agent orchestration stack:

<CardGroup cols={2}>
  <Card title="LangGraph" icon="diagram-project" href="/v3/guides/integrations/langgraph">
    Add persistent memory and theory of mind to your LangGraph agents
  </Card>
  <Card title="CrewAI" icon="users-gear" href="/v3/guides/integrations/crewai">
    Give CrewAI agents memory that persists across sessions
  </Card>
  <Card title="Zo Computer" icon="bolt" href="/v3/guides/integrations/zo-computer">
    Persistent memory skill for Zo Computer AI workflows
  </Card>
  <Card title="n8n" icon="share-nodes" href="/v3/guides/integrations/n8n">
    Build intelligent automation workflows with persistent memory
  </Card>
</CardGroup>

## Migrations
Coming from another memory provider?

<CardGroup cols={2}>
  <Card title="Migrate from Mem0" icon="arrow-right-arrow-left" href="/v3/guides/migrations/mem0">
    Transfer your data and update your integration code
  </Card>
</CardGroup>
