google drive files mcp for Zed
io.github.zayansalman/google-drive-files-mcp
Minimal MCP server for Google Drive file management and Google Sheets editing.
client:Zed
transport:stdio
runtime:pypi
Install google drive files mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs