Honcho MCP
Use Honcho in Claude Desktop
You can let Claude use Honcho to manage its own memory in the native desktop app by using the Honcho MCP integration! Follow these steps:
- Clone the
honcho-mcp
repo:
- Navigate into the
honcho-mcp
folder.
-
In Claude Desktop, go to the top left Mac Toolbar Settings > Developer and click “Edit Config”
-
Add the following (and update paths!):
which uv
on MacOS/Linux or where uv
on Windows.- Restart the Claude Desktop app. Upon relaunch it should start Honcho and the tools should be available!
Just note that, by default, the MCP server is set up to use the Honcho Demo server, which only persists data for 7 days. If you’re using the hosted version of Honcho, copy the .env.template
to a proper .env
file and update the URL and API key variables accordingly.
Project Instructions
Finally, Claude needs instructions on how to use Honcho. The Desktop app doesn’t allow you to add system prompts directly, but you can create a project and paste these instructions into the “Project Instructions” field.
Claude should then query for insights before responding and write your messages to storage! If you come up with more creative ways to get Claude to manage its own memory with Honcho, feel free to let us know or make a PR on this repo!