Loading subscription status...
{
"mcpServers": [
{
"google-workspace": {
"env": {
"GOOGLE_CLIENT_ID": "your_client_id",
"GOOGLE_CLIENT_SECRET": "your_client_secret",
"GOOGLE_REFRESH_TOKEN": "your_refresh_token"
},
"args": [
"/path/to/google-workspace-server/build/index.js"
],
"command": "node"
}
}
]
}