subagent-harness-mcp
Subagent MCP
Subagent MCPは、MITライセンスのローカルMCPであり、Codexやその他の準拠するMCPクライアントが、1つの正規化されたライフサイクルを通じて、ネイティブな外部コーディングエージェントハーネスをオーケストレーションできるようにします。ディストリビューション、リポジトリ、コマンド名はsubagent-harness-mcpです。
Windows Managed Preview
0.1.0a1はプレリリースであり、プロバイダーの準備完了を主張するものではありません。このパッケージには、stdio MCP、リビジョン管理されたローカル状態、決定論的なフェイクアダプタ、ガード付きのClaude Code管理アダプタ、保守的なWindowsランタイムライフサイクル、オプトインのlocalhost設定/アクティビティUIが含まれています。
機能 | プレビューステータス |
正規化されたフェイクライフサイクルとstdio MCP | 決定論的アーティファクトテスト |
localhost設定/アクティビティUI | ループバック専用アーティファクトテスト |
Claude Code管理SDK |
|
プロジェクト/ローカルのClaudeコンテキストとフック |
|
Claudeの可視バックグラウンドとプロモーション | サポート対象外 |
ネイティブCodex Subagentsパネル行 | サポート対象外。文書化された公開ホスト機能はありません |
Windowsリリースサポート | インストール済みアーティファクトのTask 9ゲートが通過するまで主張されません |
macOS/Linuxリリースサポート | このプレビューでは主張されていません |
モデルIDと推論オブジェクトは、プロバイダー固有の不透明な値です。Subagent MCPには、モデルの許可リストの保持、フォールバックの選択、使用量クレジットの有効化、請求設定の変更は含まれません。
ClaudeのネイティブSDKは、ターンが開始された後にのみプロバイダーレートイベントを公開します。したがって、Subagent MCPは、管理対象のすべてのプロセスで1Mコンテキスト、高速モード、セッション内使用量クレジットコマンドを無効にします。カナリアは、イベントがallowed、isUsingOverage=false、および拒否された超過を証明するまで出力を拒否します。通常のターンでは、その正確に永続化された準備完了証明が必要であり、その後の安全でないレート/エラーイベントでも中断されます。欠落または安全でない証拠は、正確なランタイムバリアントを一時停止します。選択された労力は、プロバイダーネイティブのプロセス環境を通じて再度固定されるため、ユーザー設定やスキルで置き換えることはできません。
0.1.0a1の場合、通常のClaudeターンでは、ネイティブのユーザー設定ソースのみが読み込まれます。ユーザースキルは引き続き利用できますが、トラストゲートが実装されるまで、プロジェクト/ローカルのCLAUDE.md、.claudeフック、エージェント、スキル、宣言されたプロジェクトMCPは無効になります。これは明示的な機能ギャップとして報告されます。
Related MCP server: AgentHub
インストールと検査
0.1.0a1が公開されたら、正確なプレリリースを分離されたツール環境にインストールします。
uv tool install subagent-harness-mcp==0.1.0a1
subagent-harness-mcp --version
subagent-harness-mcp uipipx install subagent-harness-mcp==0.1.0a1もサポートされています。UIは一時的なループバックポートでのみ開き、そのプロセスとともに終了します。これは設定と読み取り専用のアクティビティであり、エージェントチャットコンソールではありません。
汎用MCPクライアントの場合は、固定引数を指定してインストール済みの実行可能ファイルを使用します。
{
"command": "subagent-harness-mcp",
"args": ["serve"]
}Windowsライフサイクルコマンドは明示的であり、--dry-runをサポートしています。
subagent-harness-mcp install --runtime <immutable-runtime-dir> --runtime-version <version> --dry-run
subagent-harness-mcp update --runtime <immutable-runtime-dir> --runtime-version <version> --dry-run
subagent-harness-mcp rollback --dry-run
subagent-harness-mcp register --client codex --dry-run
subagent-harness-mcp uninstall --client codex --dry-run登録では、クライアントの公式コマンドと正確な読み戻しを使用します。アンインストールでは、デフォルトで設定、状態、ネイティブセッション、ワークツリーが保持されます。
パブリックコントラクト
MCPは、すべてのアダプタに同じ13のライフサイクル/設定ツールを公開します。アーキテクチャ、アダプタ作成、脅威モデルを参照してください。バージョン管理されたスキーマはschemas/にあります。設定、アダプタマニフェスト、正規化されたエージェント記述子、MCPツールです。
Subagent MCPは、明示的な設定、状態、データ、ステージングされたランタイムルートのみを所有します。AgentBridgeの状態を使用したり、既存のCodex/Claudeの設定、認証、キャッシュ、トランスクリプト、プロセスを編集したりすることはありません。
開発とセキュリティ
決定論的チェックについてはCONTRIBUTING.md、非公開の脆弱性報告についてはSECURITY.mdを参照してください。ライブプロバイダーの準備ができている証拠として、フェイクアダプタ、静的解析、グリーンCIを使用しないでください。Subagent MCPはMITライセンスの下でリリースされています。
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 Servers
AlicenseAqualityAmaintenanceMCP server that gives AI coding agents direct access to evaluation tools.22Apache 2.0- AlicenseNot gradedqualityBmaintenanceA local MCP server that orchestrates multi-agent coding teams by spawning workers, delegating tasks, and managing session lifecycles through an external MCP client.MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.43MIT
- -licenseNot gradedqualityCmaintenanceAn MCP server implementing a multi-phase backend for structured model interactions, bounded compilation, exact-hash confirmation, and Codex-run provenance, with trust-separation hardening.1
Related MCP Connectors
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
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/Thang1710/subagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server