Skip to content

Dozzle Logs

y0mcp optionally integrates with Dozzle to provide container log access through Claude Code.

  1. Run Dozzle on your machine or server
  2. Add the URL to your agent’s env file:
Terminal window
DOZZLE_URL=http://localhost:8080
DOZZLE_TOKEN=your-optional-auth-token
  1. 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 ID
  • lines — number of log lines (default: 100)
  • Dozzle access is local by default
  • Optional token authentication via DOZZLE_TOKEN
  • Only the configured agent can access logs