Dozzle Logs
y0mcp optionally integrates with Dozzle to provide container log access through Claude Code.
- Run Dozzle on your machine or server
- Add the URL to your agent’s env file:
DOZZLE_URL=http://localhost:8080DOZZLE_TOKEN=your-optional-auth-token- Restart the agent
When Dozzle is configured, the dozzle_logs tool becomes available. Claude Code can fetch container logs on demand.
The tool accepts:
container— container name or IDlines— number of log lines (default: 100)
Security
Section titled “Security”- Dozzle access is local by default
- Optional token authentication via
DOZZLE_TOKEN - Only the configured agent can access logs