https://mcp.honcho.dev
You’ll need an API key from app.honcho.dev to use the hosted MCP server.
Client Setup
Pick your client below and add the config. After adding, restart the client fully for changes to take effect.Claude Desktop
- macOS
- Windows
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:Claude Code
Codex
Add to~/.codex/config.toml:
Codex only supports stdio transport, so it uses
mcp-remote as a bridge. Restart both the Codex CLI and VS Code extension after editing.Cursor
Cursor supports MCP servers natively via HTTP. Add to your global config at~/.cursor/mcp.json or per-project at .cursor/mcp.json:
Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
Windsurf uses
serverUrl instead of url.VS Code (Copilot Chat)
Add to your workspace.vscode/mcp.json:
Cmd+Shift+P → “Preferences: Open User Settings (JSON)”):
Cline
Cline supports remote MCP servers natively. Open Cline’s MCP settings at:- macOS
- Windows
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonZed
Add to~/.config/zed/settings.json:
Zed uses
context_servers instead of mcpServers. Native HTTP support requires Zed v0.214.5 or later.Goose
Goose supports remote MCP servers natively over Streamable HTTP. The easiest way is to rungoose configure, choose Add Extension → Remote Extension (Streamable HTTP), and enter the name honcho, the URI https://mcp.honcho.dev, and the header Authorization: Bearer hch-your-key-here.
Or edit your config.yaml directly (on Linux, ~/.config/goose/config.yaml):
Workspace
Every workspace-scoped tool takes aworkspace_id argument. You can also set X-Honcho-Workspace-ID on the connection; that value fills workspace_id when the argument is omitted.
Use list_workspaces to discover IDs (each result includes metadata and created_at), or create_workspace if none fit, then reuse the same ID for subsequent tool calls.
Using the Tools
Once connected, the Honcho MCP server tells your assistant how to use the tools automatically — it ships usage instructions (the recall → respond → record loop, the full tool list, and reasoning levels) on connect, so there’s nothing extra to configure. If you want to read that guidance yourself, it’s the full instructions.Verify It Works
After setup, try asking your AI assistant:“What do you know about me?”On the first conversation there won’t be much — but after a few exchanges, Honcho’s background reasoning will start building a representation of you. Ask again after a couple of conversations and you’ll see the difference.
Troubleshooting
Need help? Join us on Discord or open an issue on GitHub.