Skip to main content
Glama
johnx438-hub

dsh-inbox-mcp

by johnx438-hub

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-mcp

mcp.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

安全

  • 门牌 + trustDSH_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

A
license - permissive license
A
quality
Not graded
maintenance - not tested

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    21
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables DSH to expose only allow-listed tools from a remote HTTP MCP server through a local stdio interface, automatically re-initializing stale upstream sessions.

View all related MCP servers

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.

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/johnx438-hub/dsh-inbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server