Skip to content
View drewburchfield's full-sized avatar

Block or report drewburchfield

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
drewburchfield/README.md

Hi, I'm Drew Burchfield.

Previously founded Aloompa (two acquisitions) · Head of Product at CUE Audio · VP Product at WMT Digital

TypeScript Python Swift Go JavaScript Shell Docker MCP

Website LinkedIn X

⭐ Featured

🎫 help-scout-mcp-server
stars
Production MCP servers and plugins for Help Scout, in use by enterprise support teams you'd recognize. Works with any MCP-compatible client. One-click install via Desktop Extensions. Claude Cowork plugin for guided tool selection and session hooks. npm · Docker Hub. Optional PII redaction.
🦞 gogcli-safe Agent-safe Google Workspace access for OpenClaw and similar agents. Compile-time safety profiles physically remove dangerous commands from the binary. They don't get disabled, they don't exist. Fork of steipete/gogcli.
🔮 obsidian-graph-mcp Personal knowledge base → semantic search engine. Voyage Context-3 embeddings + pgvector. 0.9ms search latency. Multi-hop connection graphs, hub detection, orphan discovery.
MTE Grid Watch Real-time power outage dashboard for Middle Tennessee Electric. Built post-storm when the official outage map wasn't cutting it. SSE updates, interactive county map, restoration estimates. 16 counties, 359K customers.
⌨️ clings Things 3 from the terminal. Natural language, bulk ops, powerful search, stats dashboards, GTD weekly reviews. Homebrew.
🎭 imposter-experiment Breakfast-table probability argument → Monte Carlo simulator → live arena where 15 AI models play social deduction. Presented at AI Tinkerers Nashville (4.5/5). National community spotlight.

🤖 Agentic Development

agentic-setup — Two years of daily work with AI coding agents, distilled into a reproducible system.

Four harnesses share one skill library. Three models review every hard problem in parallel. Security gates run at every commit and every PR. A personal knowledge vault with semantic search is wired into every session. The full stack is documented and reproducible.

Key tools I built for this:

  • 🧠 braintrust — Gemini, Codex, and Claude in parallel on the same prompt. Second opinions on architecture, cross-model code review, parallel research.
  • 🏗️ project-bootstrap — Auto-detect language, set up quality tooling, /quality-gate for agent-driven PR review with Devin.ai.
  • Nine more plugins live in not-my-job, my Claude Code plugin marketplace.
Full plugin list
Plugin What It Does
🧠 braintrust Gemini, Codex, and Claude in parallel for second opinions, architecture review, research
🏗️ project-bootstrap Auto-detect language, quality tooling, agent-driven PR review cycles
🤝 happenstance-navigator Network intelligence: deep search, warm intros, meeting prep, batch prospecting
💸 subscription-cleanse Subscription audit combining bank CSV parsing with Gmail reconnaissance
💼 linkedin-message-triage LinkedIn inbox review. Filter solicitations, draft replies
🏢 cre-property-research Commercial real estate market research and tenant prospecting
📄 markdown-to-confluence Markdown to Confluence Storage Format conversion
🔐 1password-management Reference for correct 1Password CLI syntax and field types
📝 readme-craft README writing guidance with structure templates and voice/tone rules

🔧 Misc

Repo What It Does
🎙️ macos-mic-keepwarm Fixes 2-5s push-to-talk activation delay on macOS. Keeps mic hardware awake for instant voice transcription.
🔇 whispertron Privacy-first audio transcription. whisper.cpp + Apple Silicon. Nothing leaves your machine.
shortcuts-toolkit Programmatic Apple Shortcuts via binary plist reverse-engineering.
🛡️ vpn-recon Route recon through VPN with 5-layer security defense and 11-test harness.
💬 claude-code-chat-explorer Web UI for Claude Code conversation history. SQLite FTS5, Docker, WebSocket.

✍️ Speaking & Writing

  • AI Tinkerers Nashville — Presented imposter-experiment. 4.5/5 audience rating. National community spotlight.
  • The Articulation Requirement — On clearly explaining what you're building and why it matters.
  • Writing With AI — On the tradeoffs of using AI as a writing tool.

📍 Previously

Aloompa (founder) — Built the first mobile app for a music festival in 2009 after cold-calling Bonnaroo. Grew over 15 years into the leading platform for live event fan engagement. Two acquisitions: CUE Audio, then WMT Digital. Billboard covered it.

CUE Audio (Head of Product) · WMT Digital (VP Product) — Product leadership through both acquisitions. The current AI moment feels a lot like 2009 again.

Pinned Loading

  1. help-scout-mcp-server help-scout-mcp-server Public

    MCP server for Help Scout - search conversations, threads, and inboxes with AI agents

    TypeScript 29 7

  2. not-my-job not-my-job Public

    Agentic coding tool plugins for tasks you'd rather not do yourself. Someone has to audit your subscriptions, tell you when you're wrong, and deal with LinkedIn. It's not going to be you!

    Shell 4

  3. obsidian-graph-mcp obsidian-graph-mcp Public

    Semantic knowledge graph navigation for Obsidian or markdown vaults using AI-powered vector embeddings and PostgreSQL+pgvector

    Python 8

  4. macos-mic-keepwarm macos-mic-keepwarm Public

    Fix the 2-5 second push-to-talk activation delay on macOS. Keeps microphone hardware awake for instant voice transcription with AirPods, Bluetooth headsets, and built-in mic. Works with SuperWhispe…

    Swift 3

  5. imposter-experiment imposter-experiment Public

    Educational tool for teaching probability and statistics through social deduction games. Monte Carlo simulation + AI agents playing Imposter.

    Python

  6. vpn-recon vpn-recon Public

    Route reconnaissance through VPN with 5-layer security defense. Claude Code plugin, MCP server, and Docker infrastructure.

    Shell