Skip to main content
Glama

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 auf localhost: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 /admin für CLI-artige Clients erstellt wurde) ist an eine Identität (workspace / peer / ai_peer) gebunden, die das Gateway serverseitig bei jedem tools/call durchsetzt.

Umgebungsvariablen

Variable

Standard

Beschreibung

HONCHO_API_URL

http://api:8000

URL des selbst gehosteten Honcho-Backends (an das Upstream-Submodul übergeben)

HONCHO_API_KEY

API-Schlüssel für das Honcho-Backend

HONCHO_WORKSPACE_ID

default

Workspace, in dem das Upstream arbeitet

PUBLIC_URL

http://localhost:8802

Öffentliche URL dieses Gateways (wird in OAuth-Metadaten verwendet)

GATEWAY_PASSWORD

Passwort für /authorize-Zustimmung und /admin-Basic-Auth

HONCHO_PEER

leandro-sampaio

Standard-Human-Peer, der in Token-Formularen angezeigt wird

PORT

8802

Gateway-Listen-Port

Upstream aktualisieren

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