Best for
- Stateful agents that need cross-session memory
- Applications requiring personalization and long-term context
- Developers using MCP-compatible clients
- Teams choosing between a managed or self-hosted memory service
This official Honcho MCP server provides stateful-agent memory over streamable HTTP. The source documents the remote endpoint and authentication requirements, but does not list MCP tool identifiers, so the tool list is empty.
Honcho is memory infrastructure for building stateful agents. It stores messages, events, documents, or tool traces, reasons over them in the background, and builds evolving representations of people, agents, groups, projects, and ideas. Applications can query context, search results, representations, or natural-language insights. It is available as a managed service or as a self-hosted FastAPI server.
Connect an MCP-compatible client to https://mcp.honcho.dev. The Authorization header is required and must use Bearer <token>; the token may be an OAuth access token or a Honcho API key from app.honcho.dev, whose keys start with hch-. Optionally set X-Honcho-Workspace-ID to provide a default workspace.
{"mcpServers":{"honcho":{"url":"https://mcp.honcho.dev","headers":{"Authorization":"Bearer <token>"}}}}