Things I build off the clock — agentic AI tooling, MCP servers, and the self-hosted infrastructure they run on. Most of it exists to answer a question I couldn’t stop thinking about.
A Model Context Protocol server that exposes IMAP/SMTP capabilities to AI agents, letting them autonomously read and send email. Built in TypeScript with imapflow, nodemailer, and the MCP SDK, using Proton Mail Bridge as the transport layer.
A dual-instance deployment of an open-source agentic AI system on an always-on home server — a three-stack Docker Compose setup with a shared Caddy reverse proxy and isolated credentials, volumes, and networks per instance. A personal sandbox for validating multi-tenant agent isolation patterns.
A suite of slash commands for agentic-coding workflows: a silent-unless-issues system health check, an iterative prompt-looping mechanism backed by state files and a bash stop hook, and an eval-gated prompt-improvement command following Karpathy's autoresearch methodology.