dsh-inbox-mcp
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., "@dsh-inbox-mcpdeliver a task message to the current dsh session"
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.
dsh-inbox-mcp
DSH inbox MCP(stdio):外部 agent 向运行中的 dsh web 投递 queue/steer/task ——
dsh-boss 的 delegate_task 依赖的配套 transport。
装
npm install -g dsh-inbox-mcp # 或 npx dsh-inbox-mcpmcp.json(客户端配置):
{
"mcpServers": {
"dsh-inbox": {
"command": "dsh-inbox-mcp",
"env": {
"DSH_INBOX_URL": "http://127.0.0.1:3080",
"DSH_INBOX_HOUSE": "dsh-local",
"DSH_INBOX_TRUST": "与 dsh web 端一致的 trust_id(可选,设了才校验)"
}
}
}
}Related MCP server: terminal-mcp-server
工具
dsh_inbox_deliver— 向指定/最近 session 投递消息(kind: auto | steer | task)dsh_inbox_status— 查询 session 运行状态 / title / house / trust_required
安全
门牌 + trust:
DSH_INBOX_HOUSE/DSH_INBOX_TRUST(env)——本地共享信任串, 不是完整鉴权;未设 trust 时 gate 关闭(dev open)危险命令拦截:
rm -rf/curl|sh/powershell -enc/ 私钥头 / api-key 模式 等默认 deny 列表,投递前拒绝(DSH_INBOX_DENY可追加)回环默认:
127.0.0.1:3080,仅供本机/内网 MCP
开发
npm install
npm run build # tsc → dist + node shebang
npm test # 信任/deny 逻辑 7 用例许可
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.21MIT
- AlicenseBqualityCmaintenanceEnables secure remote and local command execution via SSH, with session management and environment variable support.1323MIT
- AlicenseNot gradedqualityCmaintenanceEnables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.MIT
- FlicenseNot gradedqualityCmaintenanceEnables DSH to expose only allow-listed tools from a remote HTTP MCP server through a local stdio interface, automatically re-initializing stale upstream sessions.
Related MCP Connectors
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
Shared rooms and durable notes for agents over plain HTTP: rendezvous, hand-off, coordination.
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/johnx438-hub/dsh-inbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server