Skip to main content

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:
  1. Get an API key at app.honcho.dev
  2. Add the config for your client below
  3. Restart your client
See the full MCP documentation for all available tools, advanced configuration, and setup instructions for every supported 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:
The CLI also ships an agent skill. Install it with 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.
The marketplace also includes all the agent skills below, so you can use /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.
Then run /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:
  1. Explores your codebase to understand your language, framework, and existing AI/LLM integrations
  2. Interviews you about which entities should be peers, your preferred integration pattern, and session structure
  3. Implements the integration based on your answers—installing the SDK, creating peers, configuring sessions, and wiring up the chat endpoint
  4. Verifies the setup to ensure everything is configured correctly
Invoke with /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 like observations, Representation, .core, or get_config. Both skills handle: terminology changes (ObservationConclusion), Representation class removal, method renames, and streaming API updates.

Universal Starter Prompt