honcho-mcp-web
honcho-mcp-web
Remote-MCP-Server (HTTP/OAuth), der eine selbst gehostete Honcho-Instanz für
claude.ai-Custom-Connectors und andere MCP-Clients (Codex, Copilot, etc.)
bereitstellt.
Zwei Komponenten laufen im selben Container:
vendor/honcho-mcp(Git-Submodul, Upstream: devstroop/honcho-mcp) — die eigentlichen MCP-Tool-Implementierungen (peers, sessions, conclusions, workspace, dream/queue). Läuft auflocalhost:3000, nicht nach außen exponiert.src/(dieses Repo) — ein minimaler Single-User-OAuth-2.1-Autorisierungsserver (PKCE + Dynamic Client Registration) plus ein Token-Admin-Panel (/admin, HTTP-Basic-Auth), der vor dem Upstream sitzt und nur authentifizierte Anfragen an diesen weiterleitet. Jedes ausgestellte Token (per OAuth für claude.ai ausgestellt oder ein statisches Token, das über/adminfür CLI-artige Clients erstellt wurde) ist an eine Identität (workspace/peer/ai_peer) gebunden, die das Gateway serverseitig bei jedemtools/calldurchsetzt.
Umgebungsvariablen
Variable | Standard | Beschreibung |
|
| URL des selbst gehosteten Honcho-Backends (an das Upstream-Submodul übergeben) |
| — | API-Schlüssel für das Honcho-Backend |
|
| Workspace, in dem das Upstream arbeitet |
|
| Öffentliche URL dieses Gateways (wird in OAuth-Metadaten verwendet) |
| — | Passwort für |
|
| Standard-Human-Peer, der in Token-Formularen angezeigt wird |
|
| Gateway-Listen-Port |
Upstream aktualisieren
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