plastic-labsplastic-labsOfficialยท6 Agent Skills Included

honcho

Give AI agents persistent memory that learns users over time

Adds long-term memory to AI agents by storing conversations and reasoning over them in the background. Builds rich user profiles from messages so agents recall preferences, history, and context across sessions. Eliminates stateless chatbots and manual prompt stuffing with ready SDKs, CLI tools, and MCP integrations.
npx skills add plastic-labs/honcho --all -g -y
Available:

Explains Honcho's memory architecture, agent components, and runtime rules so your AI agent can correctly navigate, test, and extend the codebase.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Honcho?โ–ผ

Run `npx skills add plastic-labs/honcho --all -g -y` in your terminal to install all skills in this suite globally.

How to give my AI agent persistent memory?โ–ผ

Connect your agent to Honcho via its MCP server or SDK, then record each conversation turn so Honcho builds a user profile you can query anytime.

Does Honcho work with Claude Code and Cursor?โ–ผ

Yes. Honcho offers an MCP server and plugins that work with Claude Code, Cursor, OpenCode, OpenClaw, and other MCP-compatible clients.

Can I use Honcho with Python or TypeScript apps?โ–ผ

Yes. Honcho provides official Python and TypeScript SDKs to store messages, query user representations, and inject context into any LLM call.

Can I self-host Honcho?โ–ผ

Yes. You can run Honcho locally with the CLI or self-host the full FastAPI server with Docker Compose, Postgres, and Redis.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’