Skip to main content
Glama

honcho-mcp-web

远程 MCP 服务器(HTTP/OAuth),将自托管的 Honcho 实例暴露给 claude.ai 自定义连接器及其他 MCP 客户端(Codex、Copilot 等)。

同一容器中运行两个组件:

  • vendor/honcho-mcp(git 子模块,上游:devstroop/honcho-mcp) —— 实际的 MCP 工具实现(peers、sessions、conclusions、 workspace、dream/queue)。运行在 localhost:3000 上,不暴露在 容器外部。

  • src/(本仓库)—— 一个极简的单用户 OAuth 2.1(PKCE + 动态 客户端注册)授权服务器,外加一个令牌管理面板 (/admin,HTTP Basic Auth),位于上游之前, 仅将经过身份验证的请求代理给它。每个已签发的令牌 (为 claude.ai 通过 OAuth 签发,或从 /admin 为 CLI 式客户端铸造的静态令牌)都绑定到一个身份 (workspace / peer / ai_peer),网关在每次 tools/call 时在服务端强制执行该身份。

环境变量

变量

默认值

描述

HONCHO_API_URL

http://api:8000

自托管 Honcho 后端 URL(传递给上游子模块)

HONCHO_API_KEY

Honcho 后端的 API 密钥

HONCHO_WORKSPACE_ID

default

上游运行的 workspace

PUBLIC_URL

http://localhost:8802

此网关的公共 URL(用于 OAuth 元数据)

GATEWAY_PASSWORD

/authorize 同意页面和 /admin Basic Auth 的密码

HONCHO_PEER

leandro-sampaio

令牌表单中显示的默认人类 peer

PORT

8802

网关监听端口

更新上游

git submodule update --remote vendor/honcho-mcp
git add vendor/honcho-mcp
git commit -m "Atualiza devstroop/honcho-mcp"
-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leandrosampaio/honcho-mcp-web'

If you have feedback or need assistance with the MCP directory API, please join our Discord server