A working config for the thing you already run
Each template is a complete gateway configuration — the tools, the trust floor, the plugins they dispatch through. Fill in what it needs, and the values are encrypted in this browser before anything is uploaded.
Agent Shared Memory
PostgreSQL
A durable scratchpad several agents write to and read from, keyed by namespace and note.
Claude Messages
Anthropic
Expose the Anthropic Messages API as a governed, audited MCP tool.
Cloudflare DNS
Cloudflare
Read and add DNS records in one Cloudflare zone, with deletion off the table.
Stripe Payments
Stripe
Look up customers, charges and subscriptions in Stripe without a dashboard.
Slack Workspace
Slack
Post messages, list channels and read recent history through the Slack Web API.
Agent Radio
NATS
A NATS channel agents broadcast on, address each other over, and subscribe to for push updates.
Support Desk
Zendesk-style helpdesk API
Search, read, answer and escalate helpdesk tickets from one governed, audited tool set.
Airtable Base
Airtable
List, read and create records in one Airtable base as MCP tools.
Postgres Knowledge Base
PostgreSQL
Turn a table of articles into searchable, browsable, read-only MCP tools and resources.
GitHub Repositories
GitHub
Issues, pull requests and workflow runs across your repositories as MCP tools.
Web Reader
Turn allow-listed web pages and uploaded documents into clean Markdown an agent can actually read.
Home Assistant
Home Assistant
Read entity states and call services on a Home Assistant instance.
Datadog Monitors
Datadog
Ask which monitors are alerting and pull the metric behind them.
Notion Workspace
Notion
Search, read and append to Notion pages and databases as MCP tools.
Intake Forms
Your intake API
Ask a person for structured details mid-conversation and file the answers they actually typed.
Approval Desk
Your change API
Put a person in front of the actions that matter, with a form or a portal link, before anything is applied.
VirusTotal Lookup
VirusTotal
Check a URL, domain or file hash against VirusTotal from inside an agent.
Filling a template happens in your browser. Every secret you type is sealed with AES-256-GCM before the config leaves the page, so the service that stores it holds ciphertext and never the values — and neither does anything in between. How that works.