← Back to Plugins
MCP Server MCP

MCP fork of Google Workspace CLI

github By github 👁 1 views ▲ 0 votes

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

Homepage Verified source GitHub

Install

oci:ghcr.io/shigechika/gws-mcp:0.22.5-mcp.36

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.36",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...