Skip to main content
Glama
Godzilla675

Google Jules MCP Server

by Godzilla675

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_JULES_API_KEYYesYour Google Jules API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jules_list_sourcesA

List all available sources (GitHub repositories) connected to Jules. Returns a list of sources with their names and GitHub repo details.

jules_get_sourceA

Get details of a specific source by its name. Returns source information including GitHub repo owner, name, branches, and privacy status.

jules_list_sessionsA

List all sessions. Sessions are continuous units of work within a specific context. Returns session details including state, outputs, and pull requests.

jules_get_sessionA

Get details of a specific session including its state, source context, outputs, and any pull requests created.

jules_create_sessionA

Create a new Jules session to start a coding task. Jules will work on the task autonomously, optionally creating a PR when done.

jules_approve_planB

Approve a plan in a session that requires plan approval. This allows Jules to proceed with executing the plan.

jules_send_messageA

Send a message to Jules within an active session. Use this to provide feedback, ask questions, or request changes.

jules_list_activitiesC

List all activities within a session. Activities include plan generation, progress updates, messages, and completion status.

jules_get_activityA

Get details of a specific activity within a session, including artifacts like code changes, bash outputs, or media.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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