For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debug Mode

Enable detailed logging for troubleshooting:

For NPM Installation:

export DEBUG=zetrix:*
npx zetrix-mcp-server

For Source Installation:

export DEBUG=zetrix:*
npm run dev

Windows PowerShell:

$env:DEBUG = "zetrix:*"
node dist/index.js

Last updated