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
{
"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