Agent utility belt: memory, locks, webhook inboxes, timers, DNS, email, URL, timezone, cron. Connect the official zerm MCP server to Claude, ChatGPT, or Cursor through gate — one gateway URL, no config files, security-checked.
Free to start · No credit card · No hosting needed
Real prompts you can type the moment it's connected — no setup, no docs to read.
“Use “kv_set”: Store a value durably under (namespace, key) with a TTL. Survives across your sessions - use it as memory between stateless runs. Value must.”
“Use “kv_get”: Retrieve a value previously stored with kv_set. Call this at the start of a run to restore state, preferences, or progress saved by earlier.”
“Use “kv_delete”: Permanently remove one key from your namespace, freeing a slot against the 1000-key limit. Use it when a stored value is wrong or unwanted b.”
“Use “kv_list”: List the keys held in your namespace, optionally narrowed to those starting with a prefix. Use it to discover what earlier runs saved before.”
Every server in the gate directory has to pass the same four checks before your AI can touch it. Here's how zerm holds up.
Operated by zerm (zerm.dev) at its documented MCP endpoint — not a third-party mirror or community re-host.
This server only exposes public data — no account and no credentials are involved when you connect.
gate checks every tool for prompt injection, hidden instructions, data-exfiltration hints, and over-broad permissions before the server is available through your gateway.
If zerm adds or changes tools later, gate re-scans and alerts you — before your AI acts on the change.
Add one gateway URL to Claude, ChatGPT, or any MCP client. One-time setup, about two minutes.
Choose zerm in the gate directory. No sign-in needed.
zerm's tools are live in every AI client you've connected — with rules and logging built in.
Free to start · No credit card · No hosting needed
Fetched live from the official endpoint and re-checked daily by gate — not marketing copy.
kv_set — Store a value durably under (namespace, key) with a TTL. Survives across your sessions - use it as memory between stateless runs. Value must
kv_get — Retrieve a value previously stored with kv_set. Call this at the start of a run to restore state, preferences, or progress saved by earlier
kv_delete — Permanently remove one key from your namespace, freeing a slot against the 1000-key limit. Use it when a stored value is wrong or unwanted b
kv_list — List the keys held in your namespace, optionally narrowed to those starting with a prefix. Use it to discover what earlier runs saved before
timer_verify_origin — One-time consent handshake before timers can deliver to an origin. Prerequisite: an HTTPS endpoint you control that can read a request body
timer_schedule — Schedule a durable callback: at fire time this service POSTs your JSON payload to your URL. Use it to wake up future runs of yourself or you
timer_cancel — Cancel a pending timer using the id returned by timer_schedule. The id is the authorization: holding it is what proves you scheduled the tim
timer_status — Check a timer by the id returned by timer_schedule: status (pending|delivering|delivered|failed|cancelled), attempts, last error. Returns fo
+ 16 more tools once connected
https://zerm.dev/mcpYes — zerm operates its own remote MCP server at zerm.dev. gate connects you to that official endpoint and adds security scanning, per-tool access rules, and an activity log on top.
Add gate's gateway URL to your AI client once, then pick zerm in the directory. No account or sign-in is needed. From then on, zerm's tools are available in every client you've connected to gate.
No. zerm runs the server, and gate is fully managed. You just connect one URL — there's nothing to install, deploy, or maintain.
It's the vendor's official endpoint, and gate scans its tools for prompt injection and hidden instructions before it goes live, re-checks it whenever it changes, and lets you allow, block, or require approval for every single tool.
Yes — you can get started with gate for free and connect zerm in minutes. No credit card required.
Every server below works through the same gateway URL — connect once, add tools anytime.
Set up zerm in: Claude · Claude Code · ChatGPT · Cursor · VS Code