Skip to content

gdocs comments mcp for Zed

io.github.stanislawherjan1/gdocs-comments-mcp

Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.

client:Zed transport:stdio runtime:npm

Install gdocs comments mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gdocs-comments-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gdocs-comments-mcp"
      ],
      "env": {
        "GDOCS_COMMENTS_PROFILE_DIR": "<GDOCS_COMMENTS_PROFILE_DIR>",
        "GDOCS_COMMENTS_CDP_URL": "<GDOCS_COMMENTS_CDP_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gdocs comments mcp in other clients