honcho-mcp-web
honcho-mcp-web
자체 호스팅 Honcho 인스턴스를 claude.ai 사용자 지정 커넥터 및 기타 MCP 클라이언트(Codex, Copilot 등)에 노출하는 원격 MCP 서버(HTTP/OAuth)입니다.
동일한 컨테이너에서 두 구성 요소가 실행됩니다:
vendor/honcho-mcp(git 서브모듈, 업스트림: devstroop/honcho-mcp) — 실제 MCP 도구 구현(peers, sessions, conclusions, workspace, dream/queue)입니다.localhost:3000에서 실행되며 컨테이너 외부에는 노출되지 않습니다.src/(이 저장소) — 최소한의 단일 사용자 OAuth 2.1(PKCE + 동적 클라이언트 등록) 인증 서버와 토큰 관리 패널(/admin, HTTP 기본 인증)로, 업스트림 앞에 위치하여 인증된 요청만 프록시합니다. 발급된 각 토큰(claude.ai용 OAuth 발급 토큰 또는 CLI 스타일 클라이언트용/admin에서 생성된 정적 토큰)은 게이트웨이가 모든tools/call에서 서버 측에서 강제하는 ID(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