honcho-mcp-web
Click on "Install 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 |
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 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