MCP server
gum mcp --stdio runs the MCP server. The public release supports stdio transport.
gum mcp --stdioMost users should let gum setup write client config instead of editing MCP files by hand:
gum setup --dry-run
gum setup --target codex --features skills,mcp --yesTool shape
The MCP surface starts small. Core meta-tools search, describe, and invoke the catalog, while convenience tools cover common Gmail, Drive, Calendar, Docs, Sheets, Slides, Tasks, and Flights paths.
The stable path for long-tail API access is:
gum.search_apis -> gum.describe_op -> gum.read / gum.write / gum.destructiveThe CLI mirrors the same model with gum search, gum describe, gum read, gum write, and gum destructive.
Safety boundary
MCP clients do not receive raw Google tokens. They call the local gum server, and gum resolves credentials from the selected profile on that host. Writes and destructive calls still pass through the same risk gate as CLI calls.
Use Safety before exposing gum to unattended agents.
