Skip to content
View micahyee415's full-sized avatar
  • Gem
  • San Francisco
  • 23:33 (UTC -07:00)
  • LinkedIn in/micahyee

Block or report micahyee415

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
micahyee415/README.md

Hi, I'm Micah Yee(zus) 👋

I build AI-integration tooling and internal dashboards — production Model Context Protocol (MCP) servers that connect AI assistants to real business systems, plus the full-stack dashboards that turn operational data into something teams can actually use.

Most of this was built at Gem, a growth-stage HR-tech SaaS company, to automate not just IT and operations but also our GTM and FinOps and GA teams to enable teams to utilize LLMs and AI with the tools they depend on.

🔌 MCP servers

TypeScript MCP servers deployed on Google Cloud Run behind domain-restricted Google OAuth — exposing business APIs to AI assistants as safe, auditable tools.

Server What it does
gong-mcp Gong sales-intelligence — calls, transcripts, trackers, scorecards (dual stdio / HTTP transport)
salesforce-mcp-server Read-only Salesforce — SOQL, SOSL, reports, schema, bulk fetch
google-sheets-mcp Google Sheets read/write with a write allowlist + audit logging
google-slides-mcp-server Read, template-fill, and edit Slides
vitally-mcp 40-tool Vitally customer-success integration
upflow-mcp Upflow accounts-receivable — invoices, payments, finance
dropbox-paper-mcp-server Dropbox Paper docs (read/write)
github-mcp-oauth-proxy OAuth proxy fronting the official GitHub MCP server

📊 Dashboards

Full-stack Next.js apps (App Router, Auth.js Google SSO, Postgres, Vercel).

Dashboard What it does
ai-spend-tracker AI/software spend split into licenses vs token/API, daily Ramp sync, admin panel
mcp-fleet-dashboard Health, metrics, and audit logs for a fleet of MCP servers
anthropic-usage-dashboard Anthropic API usage & cost across multiple orgs
twilio-spend-dashboard Twilio usage/spend with a compliance view

🛠️ Automation

  • ramp-receipt-scanner — Python: scans receipts/invoices, classifies them with Claude (Haiku), and uploads to Ramp with transaction matching

🧰 Tech

TypeScript · Node · Next.js · React · Python · Google Cloud Run · Cloud Build · Postgres · Auth.js · Model Context Protocol · Docker · Claude Code


Every repo ships with a README, an MIT license, and a security policy. Feel free to explore or reach out through GitHub.

Pinned Loading

  1. ai-spend-tracker ai-spend-tracker Public

    A Next.js dashboard for tracking and categorizing AI/software spend (licenses vs token/API) with Google SSO, Postgres, and a daily sync.

    TypeScript

  2. anthropic-usage-dashboard anthropic-usage-dashboard Public

    A Next.js dashboard for Anthropic API usage and cost across multiple organizations, with Google SSO.

    TypeScript

  3. gong-mcp gong-mcp Public

    MCP server exposing the Gong sales-intelligence API to AI clients — deploy on Cloud Run with Google OAuth, or run locally over stdio.

    TypeScript

  4. google-sheets-mcp google-sheets-mcp Public

    Model Context Protocol (MCP) server for Google Sheets (read + write) with per-user Google OAuth, a write allowlist, and audit logging.

    TypeScript

  5. mcp-fleet-dashboard mcp-fleet-dashboard Public

    A Next.js dashboard that monitors the health, metrics, and audit logs of a fleet of MCP servers (Cloud Run + Cloud Monitoring).

    TypeScript

  6. salesforce-mcp-server salesforce-mcp-server Public

    Read-only Model Context Protocol (MCP) server for Salesforce (SOQL, SOSL, reports, schema, bulk record fetch) on Cloud Run with Google OAuth.

    TypeScript