Docker mount error when installing airis-mcp-gateway via superclaude mcp

Author: Natsuko410Created Jan 26, 2026Updated Mar 28, 2026

Bug: airis-mcp-gateway fails to start via superclaude mcp

Description

Installing AIRIS MCP Gateway using the superclaude mcp command fails.
The Docker container airis-mcp-gateway cannot start due to a volume mount error involving mcp-config.json.

Steps to reproduce

superclaude mcp

...

Select option (g for gateway, 0 for all, or comma-separated numbers) [g]: g

 Installing AIRIS MCP Gateway (Recommended)
   This provides 60+ tools through a single endpoint with 98% token reduction.

   ✅ Docker is available
    Installation directory: /home/natsuko/.superclaude/airis-mcp-gateway
    Downloading docker-compose configuration...
    Starting AIRIS MCP Gateway containers...
   ❌ Failed to start containers:  Container airis-serena Running 
 Container airis-mcp-gateway-core Running 
 Container airis-mcp-gateway-core Waiting 
 Container airis-mcp-gateway-core Healthy 
 Container airis-mcp-gateway Starting 
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/natsuko/.superclaude/airis-mcp-gateway/mcp-config.json" to rootfs at "/app/mcp-config.json": mount src=/home/natsuko/.superclaude/airis-mcp-gateway/mcp-config.json, dst=/app/mcp-config.json, dstFd=/proc/thread-self/fd/11, flags=MS_BIND|MS_REC: not a directory: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

Environment

  • OS: Linux (Nobara)
  • Claude Code : 2.1.20 native installation (fresh install)
  • SuperClaude : 4.2.0
  • Docker: installed and running

Source: SuperClaude-Org/SuperClaude_Framework