v0.3.0
v0.3.0 — First Stable Release
First stable release of HostMCP — successor to DockMCP.
HostMCP is an MCP server that runs on the host OS, giving AI assistants (Claude Code, Gemini Code Assist, etc.) inside an AI Sandbox controlled access to the host environment — Docker containers, host tools, and host OS commands — through configurable security policies.
Features
- 🐳 Docker container access — Logs, exec, inspect, stats, lifecycle (start/stop/restart)
- 🔧 Host tool execution — Run approved scripts in
.sandbox/host-tools/with a human approval workflow - 💻 Host OS commands — Execute whitelisted CLI commands on the host OS
- 🔒 Security-first design — Whitelist-based access control, output masking, blocked paths
- 🤖 Multi-AI support — Works with Claude Code and Gemini Code Assist
- 🚀 Zero dependencies — Single binary, no runtime requirements
- 🌐 Cross-platform — Windows, macOS (Intel & Apple Silicon), Linux
Installation
go install github.com/YujiSuzuki/hostmcp@latestOr download the binary for your platform from the assets below.
Full Changelog: https://github.com/YujiSuzuki/hostmcp/commits/v0.3.0
v0.3.0 — 初の安定版リリース
HostMCP 初の安定版リリース — DockMCP の後継。
HostMCP は、ホスト OS 上で動作する MCP サーバーです。AI Sandbox 内の AI アシスタントが、セキュリティポリシーに基づいてホスト環境(Docker コンテナ・ホストツール・ホスト OS コマンド)に安全にアクセスできるようにします。
主な機能
- 🐳 Docker コンテナアクセス — ログ・exec・inspect・stats・ライフサイクル管理(start/stop/restart)
- 🔧 ホストツール実行 —
.sandbox/host-tools/の承認済みスクリプトを人間の承認フローで実行 - 💻 ホスト OS コマンド — ホワイトリストに登録された CLI コマンドをホスト OS 上で実行
- 🔒 セキュリティファースト設計 — ホワイトリスト制アクセス制御・出力マスキング・パスブロック
- 🤖 マルチ AI 対応 — Claude Code・Gemini Code Assist に対応
- 🚀 ゼロ依存 — シングルバイナリ、ランタイム不要
- 🌐 クロスプラットフォーム — Windows・macOS(Intel & Apple Silicon)・Linux
インストール
go install github.com/YujiSuzuki/hostmcp@latestまたは、以下のアセットからお使いのプラットフォーム用のバイナリをダウンロードしてください。
Full Changelog: https://github.com/YujiSuzuki/hostmcp/commits/v0.3.0