Google Jules MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_JULES_API_KEY | Yes | Your Google Jules API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/Godzilla675/google-jules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server