honcho-mcp-web
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@honcho-mcp-webShow the latest conclusions from my Honcho workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
honcho-mcp-web
Remote MCP server (HTTP/OAuth) exposing a self-hosted Honcho instance to
claude.ai custom connectors and other MCP clients (Codex, Copilot, etc).
Two pieces run in the same container:
vendor/honcho-mcp(git submodule, upstream: devstroop/honcho-mcp) — the actual MCP tool implementations (peers, sessions, conclusions, workspace, dream/queue). Runs onlocalhost:3000, not exposed outside the container.src/(this repo) — a minimal single-user OAuth 2.1 (PKCE + Dynamic Client Registration) authorization server plus a token admin panel (/admin, HTTP Basic Auth), sitting in front of the upstream and proxying only authenticated requests to it. Each issued token (OAuth-issued for claude.ai, or a static token minted from/adminfor CLI-style clients) is bound to an identity (workspace/peer/ai_peer) that the gateway enforces server-side on everytools/call.
Env vars
Variable | Default | Description |
|
| Self-hosted Honcho backend URL (passed to the upstream submodule) |
| — | API key for the Honcho backend |
|
| Workspace the upstream operates in |
|
| Public URL of this gateway (used in OAuth metadata) |
| — | Password for |
|
| Default human peer shown in token forms |
|
| Gateway listen port |
Related MCP server: Remote MCP Server on Cloudflare
Updating the upstream
git submodule update --remote vendor/honcho-mcp
git add vendor/honcho-mcp
git commit -m "Atualiza devstroop/honcho-mcp"This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.
OAuth-protected, read-only-by-default MCP server for provenance-labeled QuillCaddie project memory.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA Cloudflare Workers-based implementation of the Model Context Protocol server with OAuth login, allowing Claude and other MCP clients to connect to remote tools.1-
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server implementation designed to run on Cloudflare Workers with integrated OAuth authentication. It enables hosting and securely accessing MCP tools remotely via SSE transport from clients like Claude Desktop.-
- FlicenseNot gradedqualityDmaintenancePrivate OAuth-backed MCP server for ChatGPT, supporting GPT Apps via MCP Streamable HTTP and GPT Actions via REST endpoints with OpenAPI 3.1.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude.ai to connect to a Hermes MCP server via OAuth 2.1 authorization code flow with PKCE, acting as a reverse proxy and single-user authorization gateway.-