honcho-mcp-web
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 后端 URL(传递给上游子模块) |
| — | Honcho 后端的 API 密钥 |
|
| 上游运行的 workspace |
|
| 此网关的公共 URL(用于 OAuth 元数据) |
| — |
|
|
| 令牌表单中显示的默认人类 peer |
|
| 网关监听端口 |
更新上游
git submodule update --remote vendor/honcho-mcp
git add vendor/honcho-mcp
git commit -m "Atualiza devstroop/honcho-mcp"This server cannot be installed
Maintenance
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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