This MCP makes Hermes Agent 10x more powerful
A 22-minute live walkthrough of wiring Hermes Agent to Apify MCP connectors and Supabase to automate lead scraping, scoring, and outreach.
June 15thA 24-minute technical walkthrough of a production AI personal assistant -- VLAN-isolated, MCP-gated, and running 24/7 in your Discord DMs.
Giving an AI agent real utility requires giving it real access to your accounts, but a properly isolated architecture -- dedicated machine, MCP gateway, VLAN segmentation -- lets you minimize the blast radius to an acceptable level rather than choosing between useless and dangerous.
Hermes Agent (by Nous Research) is a self-improving personal assistant that connects to your real data and builds Skills and cron jobs to stay useful over time. The author runs it on a Mac Mini locked to its own VLAN, with all OAuth tokens living on a NAS behind an Executor MCP gateway on a separate VLAN connected only via a single whitelisted port -- so a fully compromised agent machine still cannot reach your email or cloud accounts. The honest caveat: this is hyper-early-adopter territory. Start with OpenAI frontier models, lock in your workflows, then downgrade to a smaller cheaper model; that switch alone can cut inference cost by a factor of 100.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Introduction to Hermes as the evolution of OpenClaw; Skills-based memory demo inside a private Discord server; honest pitch that this is not for day-to-day coding.

WorkOS auth platform -- AuthKit for consumer auth, SSO/SAML for enterprise, auth.md spec and MCP server authentication.

Personal anecdote: AT&T killed his internet for four days and he genuinely missed the agent. Caveats: requires technical understanding, not ready for non-technical users.

Python research project argument; frontier models first, downgrade after workflows lock in; $200/month OpenAI sub as the minimum viable inference budget.

The capability/surface-area tradeoff illustrated with email CRUD access; supply chain attack risk; Executor as an MCP gateway with disclosed YC investment.

Mac Mini (VLAN 40) gets full root access; NAS (VLAN 30) hosts Executor with all OAuth tokens; Gmail locked to read-only at gateway level; zero personal accounts on agent machine.

Why raw MCP requires 7-8 sequential tool calls vs. one CLI pipe; Executor code mode as the fix.

Default-block all NAS traffic; two explicit allow rules -- port 4789 for Executor MCP and a backup folder protocol; already 12,000 hits in the first week.

Hermes built-in yes/no permission prompts in Discord; custom hook: sub-agent on low-reasoning model auto-approves low-risk operations, escalates deletes to human.

Why data preservation is the top concern; Codex desktop computer use for Google Cloud OAuth grunt work; GOG CLI and Composeo as easier alternatives.

Setup diagrams on davis7.sh/home-server; recommendation to paste diagrams into ChatGPT to get guided through your own setup.
The right question for any AI agent setup is not whether it can be compromised but how much damage a compromise can cause.
“You should initially build it on the frontier, most powerful models, cost be damned. Once it is locked in, swap it over to a smaller model and you will cut your price down by a factor of a hundred.”
“The more capabilities you give them, the more useful and powerful they get. But at the same exact time, you are also increasing the surface area for damage it can do.”
“The true problem with MCP is not any of the stuff with the spec or anything like that. It is the fact that MCP is not composable in the way that CLIs are.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Ben Davis opens with a confession: Hermes Agent is something he never expected to care about. Twenty-four minutes later, it has changed how he manages email across five jobs, tracks sponsorship deals, and checks whether his flights have Starlink -- all from a Discord DM.
Use the most capable model while the problem is undefined; switch to a smaller model only after the workflow is repeatable.
Separate the agent execution environment from the credential store entirely so that a compromised agent cannot access real accounts.
“I will have a link down below with a bunch of resources on how I did my setup”
Soft, low-pressure redirect to his own site for setup diagrams rather than a subscribe push.
00:00
00:27
00:46
00:58
01:23
01:41
01:52
02:18
02:37
02:55
03:14
03:24
03:44
04:09
04:28
04:37
05:05
05:23
05:42
06:00
06:19
06:38
06:56
07:15
07:33
07:52
08:10
08:29
08:47
09:06
09:24
09:43
10:01
10:20
10:38
10:57
11:15
11:34
11:52
12:11
12:29
12:48
13:04
13:21
13:43
14:02
14:13
14:39
14:57
15:16
15:32
15:56
16:11
16:30
16:48
17:07
17:25
17:41
17:57
18:21
18:40
18:58
19:17
19:38
19:49
20:12
20:31
20:49
21:08
21:26
21:45
22:03
22:22
22:40
22:59
23:17
23:39
23:53
24:10
24:31A 22-minute live walkthrough of wiring Hermes Agent to Apify MCP connectors and Supabase to automate lead scraping, scoring, and outreach.
June 15thA 47-minute walkthrough of all seven levels of Hermes Agent — from bare VPS to full MCP back end.
May 6thA 17-minute walkthrough of Max Hermes: the cloud-hosted Hermes agent that costs 95% less than Opus 4.7 and writes its own skill playbooks after every task.
June 2ndA 39-minute walk-through of Anthropic's new Claude Certified Architect exam guide, translated from a 40-page PDF into five domains, three demos, and five rules.
March 22ndGreg Isenberg and Riley Brown tear down the MCP buzzword and replace it with something actionable: agents with tools, running in a loop — with a live Notion + Glif demo to prove it.
June 23rd 2025A 37-minute walkthrough of the personal AI agent that fixed everything OpenClaw got wrong — memory, stability, and token cost.
April 20th