What this server asks Google for, where the tokens live, and how to revoke.
This is a single-operator instance of the open-source Google Workspace MCP server run by forrest@nlma.io. No company, no analytics, no third-party processors.
When you grant access, your Google account sees an OAuth consent screen listing every scope below. You can review and revoke at any time. No scope is used without your explicit approval.
openid, userinfo.email, userinfo.profile — identify the logged-in usergmail.readonly, gmail.modify, gmail.compose, gmail.send, gmail.labels, gmail.settings.basic — search, read, send, label, draft, and manage filtersdrive, drive.file, drive.readonly — search, read, create, sharedocuments, documents.readonly, spreadsheets, spreadsheets.readonly, presentations, presentations.readonly, forms.body, forms.body.readonly, forms.responses.readonlycalendar, calendar.events, calendar.readonly, tasks, tasks.readonlychat.messages, chat.messages.readonly, chat.spaces, chat.spaces.readonly, contacts, contacts.readonlyscript.projects, script.projects.readonly, script.deployments, script.deployments.readonly, script.processes, script.metrics, csecomplete). Narrower tool tiers would request fewer scopes, but that change isn't exposed on this instance.After you grant, Google issues a refresh token. FastMCP stores it on the VPS at /opt/gsuite-mcp/oauth-proxy/mcp-upstream-tokens/, Fernet-encrypted at rest with a key that exists only on the server. Plain refresh tokens never hit disk unencrypted and never leave the VPS.
No message, file, or calendar content is stored or logged. Every tool call fetches from Google on demand; responses go back to your MCP client and are not retained on this side.
Google classifies this OAuth client as Testing. Two consequences:
Lifting these limits requires publishing and a Google CASA audit. It has not been done.
Go to myaccount.google.com/permissions, find the entry for gsuite-mcp (or whatever you see under project gsuite-mcp-493905), and remove it. Google invalidates the refresh token immediately; any remaining access token it has issued dies within an hour. After that, the server has nothing that can reach your account.
If you also want the stored token wiped from this VPS before its natural expiry, email forrest@nlma.io.