Projects
MCP Server for Email Workflows
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.
Self-Hosted Agentic AI Deployment
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.
Agentic Coding Toolkit
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.