← Back to Plugins
MCP Server MCP

io.github.michaelrobertsutton/verified-googledocs-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

Homepage Verified source GitHub

Install

uvx verified-googledocs-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "verified-googledocs-mcp",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the OAuth client-secret JSON. Defaults to ~/.config/verified-googledocs-mcp/credentials.json.",
          "name": "VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS"
        },
        {
          "description": "Set to a falsey value (0/false/no/off) to redact before/after content excerpts from the local audit log.",
          "name": "VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...