MCP fork of Google Workspace CLI✓
io.github.shigechika/gws-mcp · v0.22.5-mcp.20
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shigechika/gws-mcp",
"description": "MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)",
"title": "MCP fork of Google Workspace CLI",
"repository": {
"url": "https://github.com/shigechika/gws-mcp",
"source": "github"
},
"version": "0.22.5-mcp.20",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.20",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"value": "-i",
"type": "positional"
},
{
"value": "--rm",
"type": "positional"
},
{
"description": "Mount the gws credentials directory (populated by 'gws auth setup' and 'gws auth login')",
"format": "string",
"default": "~/.config/gws:/home/gws/.config/gws",
"type": "named",
"name": "-v",
"valueHint": "host-path:container-path"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}