MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Vero": {
      "command": "docker",
      "args": [
        "compose",
        "--env-file",
        ".env.dev",
        "-f",
        "docker-compose.yaml",
        "up",
        "--build"
      ]
    }
  }
}

More from Other