Google Workspace for Zed
io.github.aaronsb/google-workspace
Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven
client:Zed
transport:stdio
runtime:npm
Install Google Workspace in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"@aaronsb/google-workspace-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs