Skip to content
Back to projects
Apr 30, 2026
2 min read

MCP Servers Monorepo

6 custom MCP servers powering daily AI workflows — Teams, Outlook, WeChat, iMessage — so any agent can read, triage, and act on real communication data.

A single monorepo that houses my MCP server ecosystem: custom servers I built for real workflows, plus wrappers around third-party servers.

What it does

  • Teams server: read/send Teams messages and extract PR links for review workflows
  • Outlook server: query and triage emails from Copilot
  • WeChat server: read-only chat search through SQLCipher data
  • iMessage server: send/read Messages data on macOS
  • Unified runtime wrappers: run.sh per package so VS Code MCP config stays stable across runtime upgrades

Why it matters

This repo is the plumbing behind several higher-level automations (standup prep, PR review routing, inbox triage, and life-scan workflows). It turned one-off scripts into reusable tools that any agent can call through MCP.

Stack

  • TypeScript + Node.js workspaces
  • Python package servers where native/macOS access is needed
  • Microsoft Graph API auth for Teams/Outlook
  • VS Code MCP (mcp.json) integration