colab-cli-mcp
by nmt3325
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COLAB_CLI_MCP_AUTH | No | Authentication method: token, none, google, github, or oidc. | |
| COLAB_CLI_MCP_HOST | No | Host address to bind the server to. | |
| COLAB_CLI_MCP_PATH | No | Path for the MCP endpoint (e.g., /mcp). | |
| COLAB_CLI_MCP_PORT | No | Port to listen on. | |
| COLAB_CLI_MCP_BASE_URL | No | Base URL of the server, used for OAuth redirects. | |
| COLAB_CLI_MCP_TRANSPORT | No | Transport protocol for the MCP server (e.g., http, stdio). | |
| COLAB_CLI_MCP_WORKSPACE | No | Workspace directory for file operations. | |
| COLAB_CLI_MCP_AUTH_TOKEN | No | Comma-separated list of tokens for token-based authentication. | |
| COLAB_CLI_MCP_COLAB_AUTH | No | Authentication method for Google Colab backend: oauth2 or adc. | |
| COLAB_CLI_MCP_EXECUTABLE | No | Path to the colab CLI executable. | |
| COLAB_CLI_MCP_COLAB_STATE | No | Path to the directory where Colab CLI state (tokens) are stored. | |
| COLAB_CLI_MCP_OAUTH_SCOPE | No | Comma-separated list of OAuth scopes. | |
| COLAB_CLI_MCP_OAUTH_CLIENT_ID | No | OAuth client ID. | |
| COLAB_CLI_MCP_OIDC_CONFIG_URL | No | URL to OpenID Connect configuration. | |
| COLAB_CLI_MCP_ALLOWED_IDENTITY | No | Comma-separated list of allowed email addresses or domains. | |
| COLAB_CLI_MCP_OAUTH_NO_CONSENT | No | Whether to skip OAuth consent screen (true/false). | |
| COLAB_CLI_MCP_COLAB_OAUTH_CONFIG | No | Path to the Colab OAuth configuration file. | |
| COLAB_CLI_MCP_OAUTH_CLIENT_SECRET | No | OAuth client secret. | |
| COLAB_CLI_MCP_OAUTH_REDIRECT_PATH | No | OAuth redirect path (defaults to /auth/callback). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nmt3325/colab-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server