Skip to content
View BenMcGit's full-sized avatar
Engineer @zapier improving the discovery of our agentic resources
Engineer @zapier improving the discovery of our agentic resources

Block or report BenMcGit

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
BenMcGit/README.md

👋 Hi, I’m Ben!

I'm a full-stack engineer building developer tools and helping shape the future of the agentic web.

What I'm working on

  • 🏢 Building at Zapier
  • 🌐 Improving how AI agents discover and interact with software
  • 🤖 Exploring MCP, agent protocols, and AI-native developer experiences
  • 🏃 Training for endurance races (running, cycling, swimming)

Talk to me via MCP

My personal site ships a Model Context Protocol server. Add it to Claude Desktop, Cursor, or any MCP client — your AI can then query my resume, writing, and portfolio directly.

{
  "mcpServers": {
    "ben-mcadams": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://benmcadams.info/api/mcp"]
    }
  }
}

Six tools available

  • about — quick site + tools overview
  • get_resume — full JSON Resume
  • list_writing — my blog posts (metadata)
  • get_post — full markdown of a post by slug
  • search_writing — keyword search across my writing
  • get_portfolio — projects I've built

Try these prompts

  • "What's the latest role on Ben McAdams's resume?" → invokes get_resume
  • "Search Ben's writing for 'discovery'" → invokes search_writing
  • "Summarize Ben's career trajectory using his resume"get_resume + reasoning
  • "What is Ben working on at Zapier, and what has he written about it?" → chains get_resume + search_writing

More at benmcadams.info/AGENTS.md.

Let's build together

I'm always interested in collaborating on open source, developer tooling, and AI agent projects. Feel free to open an issue or reach out!

Pinned Loading

  1. zapier/sdk zapier/sdk Public

    Agent-readable docs, verified examples, and skill manifest for @zapier/zapier-sdk

    239 5

  2. venmojs venmojs Public

    Forked from pineapplelol/venmojs

    Nodejs wrapper for Venmo APIs

    JavaScript

  3. EarthExpedition EarthExpedition Public

    Embark on a digital odyssey with EarthExpedition, where AI guides your exploration across the globe's diverse landscapes and cultures.

    TypeScript 1 1

  4. jEdit jEdit Public

    A command line tool that can filter and modify JSON text files

    Go