This guide helps you link your Claude Browser Chat (Claude.ai) to this local repository, allowing you to manage your blog from anywhere.
Herald uses ngrok to create a secure tunnel. You need an auth token from the ngrok dashboard.
Open .herald/herald.yaml and update the tunnel section:
tunnel:
enabled: true
authtoken: "YOUR_NGROK_TOKEN_HERE"Run the following command in this terminal:
.herald/herald.exe serve -config .herald/herald.yamlNote: On first start, it will display a Client Secret. Copy it immediately!
- Go to Claude.ai → Settings (bottom left) → Custom Connectors.
- Click Add Connector.
- Use the ngrok URL displayed in your terminal (e.g.,
https://xxxx.ngrok-free.app/mcp). - Paste the Client ID (
herald-claude-chat) and the Client Secret you just copied. - Authenticate and Approve.
Once connected, you can tell Claude in your browser to:
- "SEO Audit the site"
- "Draft a new guide for 2026 gaming monitors"
- "Check for broken links"
- "Update the sitemap"
- Project Isolation: Herald is configured to ONLY access this
b2b_blogfolder. - Tool Restrictions: Only safe tools (
Read,Write,Edit,Bash) are allowed via the bridge. - Git Sandboxing: Every remote task starts on its own
herald/branch for safety.