Skip to main content
Glama

safe-agent-mcp

DeepSeek Harness に基づく安全なマルチエージェント MCP ゲートウェイ:DSH のエージェント実行機能を標準 MCP ツールとしてラップし、あらゆる MCP クライアント(Claude Desktop、Cursor など)から呼び出せるようにします。

このプロジェクトが解決すること

  • DSH はマルチエージェントフレームワークだが、その機能は独自のインターフェース内でしか使えない;

  • MCP は標準プロトコルであり、あらゆるクライアントが接続できるが、それ自体にエージェント機能はない;

  • safe-agent-mcp は両者を結ぶ橋渡し役:MCP サーバーとして外部に標準ツールを提供し、内部では DSH のエージェント(サブエージェント、サンドボックス含む)を駆動する。

Related MCP server: py-sandbox

特徴

キーワード

実装

MCP

標準 MCP サーバー(@modelcontextprotocol/sdk)、あらゆる MCP クライアントでプラグアンドプレイ

マルチエージェント

(v1.1 で計画中)dsh --profile headless で DSH サブエージェントを駆動してタスクを実行

サンドボックス/セキュリティ

(v1.2 で計画中)危険なコマンドのブロック、シークレットのマスキング、監査ログ、タイムアウトと同時実行制限

クイックスタート

npm install
npm run smoke     # 自动化冒烟测试(协议握手 + 工具调用)
npm run inspect   # 打开 MCP Inspector 可视化调试

現在実装済みのツール:

  • run_command:サンドボックス内でシェルコマンドを1つ実行し、stdout / stderr / 終了コードを返す(Windows では cmd の GBK エンコーディング問題にも対応済み)。

ディレクトリ構成

src/index.ts        # MCP 服务器入口
tests/smoke.mjs     # 冒烟测试
docs/DEVELOPMENT.md # 开发文档(架构、里程碑、开发日志)

マイルストーン

  • v1.0:MCP サーバー + run_command ツール(スモークテスト全件成功)

  • v1.1:run_agent_task マルチエージェント対応(headless ブリッジ)

  • v1.2:セキュリティシェル(危険なコマンドのブロック + シークレットのマスキング + 監査ログ)

  • v1.3:Web ダッシュボード(ボーナス)

詳細は docs/DEVELOPMENT.md を参照してください。

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    C
    maintenance
    Enables LLM clients to execute shell commands safely through the MCP protocol, with features like session management, safe mode, and process control.
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to execute arbitrary Python code securely in a sandboxed environment with resource limits and security constraints via MCP protocol.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Exposes DeepSeek Harness agent capabilities as an MCP server, letting any MCP client drive Harness to execute real coding tasks with structured results, context isolation, and parallel execution.
    8
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Exposes opencode's coding agent and shell as MCP tools, enabling MCP-only AI clients to execute shell commands, manage files, and run agent sessions with async job handling.
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

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/YYDW-1211/safe-agent-mcp'

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