Skip to main content
Glama

Google Jules MCP

by mberjans

jules_setup_wizard

Configure automated Google authentication for the Jules AI coding assistant. Set up sessions across local, cloud, or auto-detected environments with customizable preferences for session management.

Instructions

Interactive session setup wizard for automated Google authentication configuration

Input Schema

NameRequiredDescriptionDefault
environmentNoDeployment environment (auto-detect will analyze current setup)
preferencesNo

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Deployment environment (auto-detect will analyze current setup)", "enum": [ "local", "cloud", "smithery", "auto-detect" ], "type": "string" }, "preferences": { "properties": { "cloudDeployment": { "description": "Whether deploying to cloud platforms", "type": "boolean" }, "hasChrome": { "description": "Whether user has local Chrome browser access", "type": "boolean" }, "priority": { "description": "User priority for session management", "enum": [ "ease-of-use", "reliability", "portability", "performance" ], "type": "string" } }, "type": "object" } }, "type": "object" }

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/mberjans/google-jules-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server