CLI and MCP server for discovering and calling Google APIs from agents and scripts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gum": {
"command": "go",
"args": [
"run",
"github.com/ehmo/gum@latest"
]
}
}
}
Run in terminal:
claude mcp add gum go run github.com/ehmo/gum@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gum": {
"command": "go",
"args": [
"run",
"github.com/ehmo/gum@latest"
]
}
}
}