MCP Server
The fastest way to give any AI tool persistent memory is through the Honcho MCP server. It works with any client that supports the Model Context Protocol. Get started in 2 minutes:- Get an API key at app.honcho.dev
- Add the config for your client below
- Restart your client
CLI
Inspect and debug a running Honcho deployment from your terminal. The honcho CLI wraps the Python SDK with agent-friendly defaults — JSON output, structured errors, and commands for every primitive (workspaces, peers, sessions, messages, conclusions). Get started:npx skills add plastic-labs/honcho and pick honcho-cli from the list.
See the full CLI reference for all commands, flags, and environment variables.
Claude Code Plugin
Use Honcho to build with Honcho! The plugin provides Claude Code persistent memory that survives context wipes and session restarts./honcho-dev:integrate directly after installing.
See the full Claude Code integration guide for setup details.
OpenCode Plugin
The OpenCode plugin gives OpenCode sessions persistent memory that survives context wipes, session restarts, and fresh chats./honcho:setup inside OpenCode. See the full OpenCode integration guide for setup details.
Agent Skills
We provide agent skills for coding assistants like Claude Code, OpenCode, Cursor, Windsurf, and others.Available Skills
honcho-integration
For new integrations. This skill helps you add Honcho to an existing Python or TypeScript codebase. It provides a guided, interactive experience:- Explores your codebase to understand your language, framework, and existing AI/LLM integrations
- Interviews you about which entities should be peers, your preferred integration pattern, and session structure
- Implements the integration based on your answers—installing the SDK, creating peers, configuring sessions, and wiring up the chat endpoint
- Verifies the setup to ensure everything is configured correctly
/honcho-integration in your coding agent.
honcho-cli
For inspection & debugging. Teaches your coding agent the right commands and flags for the honcho CLI — peer memory, session context, queue status, dialectic quality. Invoke implicitly when you ask your agent to inspect a Honcho deployment.migrate-honcho-py / migrate-honcho-ts
For SDK upgrades. Migrates code from v1.6.0 to v2.0.0 (required for Honcho 3.0.0+). Use when upgrading the SDK or seeing errors about removed APIs likeobservations, Representation, .core, or get_config.
Both skills handle: terminology changes (Observation → Conclusion), Representation class removal, method renames, and streaming API updates.
| Python | TypeScript |
|---|---|
/migrate-honcho-py | /migrate-honcho-ts |
AsyncHoncho → .aio accessor | @honcho-ai/core removal |
snake_case → camelCase |