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

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, Cursor, Codex, or ChatGPT β€” your AI can then query my resume, writing, and portfolio directly.

Cursor:

Add to Cursor

Claude Code:

claude mcp add --transport http ben-mcadams https://benmcadams.info/api/mcp

Codex CLI:

codex mcp add ben-mcadams -- npx -y mcp-remote https://benmcadams.info/api/mcp

Claude.ai / Claude Desktop: Settings β†’ Connectors β†’ Add custom connector β†’ paste https://benmcadams.info/api/mcp

ChatGPT: Settings β†’ Apps β†’ Developer mode β†’ Add MCP server β†’ paste https://benmcadams.info/api/mcp

Everyone else:

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

ClawHub:

clawhub install ben-mcadams-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

    242 5

  2. venmojs venmojs Public

    Forked from pineapplelol/venmojs

    Nodejs wrapper for Venmo APIs

    JavaScript 1

  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 2 1

  4. jEdit jEdit Public

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

    Go 1