host-coding-agent-mcp

korea7030/host-coding-agent-mcp
★ 0 stars Python Code/Dev Tools Updated 13d ago
Authenticated host-side MCP server for safely invoking Codex and OpenCode from Dockerized Hermes agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "host-coding-agent-mc": {
      "command": "uvx",
      "args": [
        "host-coding-agent-mcp"
      ]
    }
  }
}

Or install with pip: pip install host-coding-agent-mcp

README Excerpt

Docker에서 실행되는 Hermes Agent가 Mac host의 Antigravity, Codex, OpenCode CLI를 호출하도록 연결하는 Streamable HTTP MCP server다. - 기본 모드는 `propose_patch`이며 원본 파일 쓰기를 금지한다. - Codex는 `--sandbox read-only`로 실행한다. - Codex는 CLI read-only sandbox로 활성화한다. - OpenCode는 Oh My OpenAgent(OMO)를 로드하고 `task` 위임을 허용한다. 전용 inline agent에서 `edit`, `bash`, `external_directory`를 deny하며 macOS sandbox에서 일반 파일 쓰기를 차단한다.

Tools (10)

check_host_coding_agentsexecute_codeget_patch_proposalpatchrun_antigravityrun_codexrun_coding_agentrun_opencodeterminalwrite_file