MCP Server
MCP
Colab Drive MCP
Synchronize Colab notebook files through Google Drive without executing notebook code.
Install
uvx colab-drive-mcp
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment