the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-google-workspace",
"description": "Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more",
"title": "Google Workspace",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/google-workspace"
},
"version": "0.4.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-google-workspace",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth client ID",
"isRequired": true,
"format": "string",
"name": "GOOGLE_CLIENT_ID"
},
{
"description": "Google OAuth client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_CLIENT_SECRET"
},
{
"description": "Path to accounts.json written by the MCP host",
"isRequired": true,
"format": "filepath",
"name": "ACCOUNTS_PATH"
},
{
"description": "Directory containing per-account Google OAuth token files",
"isRequired": true,
"format": "filepath",
"name": "CREDENTIALS_PATH"
},
{
"description": "Outbound Google API request timeout in milliseconds (max 300000 = 5 min)",
"format": "number",
"default": "60000",
"name": "GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS"
},
{
"description": "Set to 1 to disable background OAuth token refresh (tokens are only read, never refreshed)",
"format": "string",
"default": "0",
"name": "GOOGLE_WORKSPACE_DISABLE_REFRESH"
},
{
"description": "Directory attachments and downloaded files are constrained to (defaults to a temp dir; reads/writes outside it are refused)",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
},
{
"description": "Legacy fallback for MCP_WORKSPACE_PATH; prefer MCP_WORKSPACE_PATH",
"format": "filepath",
"name": "WORKSPACE_BASE_PATH"
},
{
"description": "Legacy fallback path to gauth.json OAuth client config; host-orchestrated setups use GOOGLE_CLIENT_ID/GOOGLE_CLIENT_SECRET instead",
"format": "filepath",
"name": "GAUTH_FILE"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-google",
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T12:47:00.926295Z",
"publishedAt": "2026-08-18T12:47:00.926295Z",
"updatedAt": "2026-08-18T12:47:00.926295Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.