{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.YummyTastyCode/colab-drive-mcp",
    "description": "Synchronize Colab notebook files through Google Drive without executing notebook code.",
    "title": "Colab Drive MCP",
    "repository": {
        "url": "https://github.com/YummyTastyCode/colab-drive-mcp",
        "source": "github"
    },
    "version": "0.1.3",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "colab-drive-mcp",
            "version": "0.1.3",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Absolute local directory that bounds notebook file access.",
                    "isRequired": true,
                    "format": "string",
                    "name": "COLAB_MCP_ROOT"
                },
                {
                    "description": "Google Drive access mode: file for minimal access or full for discovering existing notebooks.",
                    "format": "string",
                    "default": "file",
                    "name": "COLAB_MCP_DRIVE_ACCESS"
                },
                {
                    "description": "Optional path to the local Google OAuth Desktop client JSON.",
                    "format": "string",
                    "name": "COLAB_MCP_GOOGLE_CREDENTIALS"
                },
                {
                    "description": "Optional path to the local Google OAuth token JSON.",
                    "format": "string",
                    "name": "COLAB_MCP_GOOGLE_TOKEN"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-08T17:31:35.113441Z",
            "publishedAt": "2026-06-08T17:31:35.113441Z",
            "updatedAt": "2026-06-08T17:31:35.113441Z",
            "isLatest": true
        }
    }
}