Main
Use the supported local happy path: bootstrap → dev → self-serve doctor (README explains what each script does).
Keep the default bind safe: README notes the Compose stack publishes host ports on 127.0.0.1 by default and warns about exposing to 0.0.0.0.
For agent clients, configure the MCP endpoint (
/mcp) and follow the README Cursor config example path.
Source-backed notes
- README Quick Start lists
./bin/bootstrap-local.sh,./dev.sh, and./bin/self-serve-doctor.shas the supported local flow. - README states the Open WebUI UI is at
http://localhost:3000and the MCP endpoint athttp://localhost:7456/mcp. - README links a Cursor config example at
examples/cursor/mcp.json.
FAQ
- Is it affiliated with OWASP?: No — README includes a note that it is not endorsed by OWASP/ZAP.
- Do I need Kubernetes?: No — README says Docker Compose is the easiest install; Helm is for Kubernetes.
- Where is the MCP endpoint?: README lists
http://localhost:7456/mcpfor host-side clients.