honcho-mcp-web
honcho-mcp-web
自己ホスト型の Honcho インスタンスを claude.ai カスタムコネクタやその他の MCP クライアント(Codex、Copilot など)に公開するリモート MCP サーバー(HTTP/OAuth)です。
同じコンテナ内で2つのコンポーネントが動作します:
vendor/honcho-mcp(git サブモジュール、アップストリーム: devstroop/honcho-mcp) — 実際の MCP ツール実装(peers、sessions、conclusions、workspace、dream/queue)。localhost:3000で動作し、コンテナ外部には公開されません。src/(このリポジトリ)— 最小限のシングルユーザー OAuth 2.1(PKCE + Dynamic Client Registration)認可サーバーと、トークン管理パネル(/admin、HTTP Basic Auth)で構成され、アップストリームの前面に配置され、認証済みリクエストのみをプロキシします。発行された各トークン(claude.ai 用に OAuth で発行されたもの、または CLI スタイルのクライアント用に/adminから発行された静的トークン)は、ゲートウェイがすべてのtools/callでサーバー側で強制するアイデンティティ(workspace/peer/ai_peer)にバインドされます。
環境変数
変数 | デフォルト | 説明 |
|
| 自己ホスト型 Honcho バックエンドの URL(アップストリームのサブモジュールに渡されます) |
| — | Honcho バックエンドの API キー |
|
| アップストリームが操作するワークスペース |
|
| このゲートウェイの公開 URL(OAuth メタデータで使用) |
| — |
|
|
| トークンフォームに表示されるデフォルトの人間のピア |
|
| ゲートウェイのリッスンポート |
アップストリームの更新
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