google drive comments mcp for Zed
io.github.zayansalman/google-drive-comments-mcp
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
client:Zed
transport:stdio
runtime:pypi
Install google drive comments mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-drive-comments-mcp": {
"command": "uvx",
"args": [
"google-drive-comments-mcp"
],
"env": {
"DRIVE_MCP_CREDENTIALS": "<DRIVE_MCP_CREDENTIALS>",
"DRIVE_MCP_TOKEN": "<DRIVE_MCP_TOKEN>",
"DRIVE_MCP_SCOPES": "<DRIVE_MCP_SCOPES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs