Honcho Server
БесплатноНе проверенA remote MCP server that provides AI memory and personalization tools for Honcho, enabling LLM clients like Claude Desktop to manage workspaces, peers, sessions
Описание
A remote MCP server that provides AI memory and personalization tools for Honcho, enabling LLM clients like Claude Desktop to manage workspaces, peers, sessions, and conclusions via HTTP SSE.
README
A remote MCP server for Honcho, providing AI memory and personalization tools to LLM clients like Claude Desktop.
Clients connect over HTTP SSE — no local process spawning, no stdio bridge needed.
Deploy
Docker (recommended)
docker build -t honcho-mcp .
docker run -d -p 3000:3000 \
-e HONCHO_API_URL=http://your-honcho-backend:8000 \
-e HONCHO_API_KEY=your-key \
honcho-mcp
Manual
bun install
HONCHO_API_URL=http://your-honcho-backend:8000 HONCHO_API_KEY=your-key bun start
Connect
Add the server URL to your MCP client config:
Note: User identity (peer_id) is set through Honcho tool calls — the
X-Honcho-*headers in the MCP config below are optional metadata and not consumed by the Honcho SDK. The server handles both SSE (GET) and JSON-RPC (POST) at the root/path.
VS Code — add to .vscode/mcp.json:
{
"servers": {
"honcho": {
"type": "http",
"url": "http://your-host:3000",
"headers": {
"X-Honcho-User-Name": "your-user-name",
"X-Honcho-Workspace-ID": "default",
"X-Honcho-Assistant-Name": "Assistant"
}
}
}
}
Claude Desktop — edit claude_desktop_config.json:
{
"mcpServers": {
"honcho": {
"type": "http",
"url": "http://your-host:3000",
"headers": {
"X-Honcho-User-Name": "your-user-name",
"X-Honcho-Workspace-ID": "default",
"X-Honcho-Assistant-Name": "Assistant"
}
}
}
}
Configuration
Server-side environment variables:
| Variable | Default | Description |
|---|---|---|
HONCHO_API_KEY |
— | API key for Honcho backend (only needed if auth enabled) |
HONCHO_API_URL |
http://honcho-api-1:8000 |
Self-hosted Honcho backend URL |
HONCHO_WORKSPACE_ID |
default |
Workspace to operate in |
PORT |
3000 |
MCP server listen port |
HOST |
0.0.0.0 |
MCP server listen host |
Client MCP config headers (use in .vscode/mcp.json or Claude Desktop config):
| Header | Default | Description |
|---|---|---|
X-Honcho-User-Name |
user |
Your user name in Honcho |
Available Tools
Workspace: inspect_workspace, list_workspaces, search, get_metadata, set_metadata
Peers: create_peer, list_peers, chat, get_peer_card, set_peer_card, get_peer_context, get_representation
Sessions: create_session, list_sessions, delete_session, clone_session, add_peers_to_session, remove_peers_from_session, get_session_peers, inspect_session, add_messages_to_session, get_session_messages, get_session_message, get_session_context
Conclusions: list_conclusions, query_conclusions, create_conclusions, delete_conclusion
System: schedule_dream, get_queue_status
Development
bun install
bun start # http://localhost:3000
bun run build # type-check
Установка Honcho Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/devstroop/honcho-mcpFAQ
Honcho Server MCP бесплатный?
Да, Honcho Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Honcho Server?
Нет, Honcho Server работает без API-ключей и переменных окружения.
Honcho Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Honcho Server в Claude Desktop, Claude Code или Cursor?
Открой Honcho Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Honcho Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
