Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JULES_API_KEYYesYour Jules API key (required). Generate at https://jules.google/settings
JULES_ALLOWED_REPOSNoOptional security allowlist - comma-separated repository names (e.g., owner/repo1,owner/repo2). If set, only these repos can be modified
JULES_DEFAULT_BRANCHNoOptional default branch for repository operationsmain

Tools

Functions exposed to the LLM to take actions

NameDescription
create_coding_task

Creates a new Jules coding session. Returns immediately with a session ID. Monitor progress via jules://sessions/{id}/full resource.

manage_session

Manage an active Jules session: approve plans or send feedback

get_session_status

Get the current status and state of a Jules session

schedule_recurring_task

Schedule a Jules task to run automatically on a cron schedule. The server manages execution even when offline.

list_schedules

List all locally-managed scheduled tasks

delete_schedule

Delete a scheduled task by name

Prompts

Interactive templates invoked by user choice

NameDescription
refactor_moduleGuide for refactoring a specific module in a repository with clear goals
setup_weekly_maintenanceSet up automated weekly maintenance tasks for a repository
audit_securityCreate a comprehensive security audit task with best practices
fix_failing_testsTask template for fixing test failures
update_dependenciesUpdate dependencies with breaking change handling

Resources

Contextual data attached and managed by the client

NameDescription
Connected RepositoriesList of GitHub repositories connected to Jules
Recent SessionsSummary of recent Jules coding sessions
Scheduled TasksLocally-managed recurring Jules tasks
Schedule Execution HistoryHistory of scheduled task executions

Latest Blog Posts

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/savethepolarbears/jules-mcp-server'

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