Skip to main content
Glama

Google Jules MCP Server

License: MIT

This repository provides a fully functional Model Context Protocol (MCP) server for interacting with the Google Jules AI Agent. Google Jules is a cloud-based autonomous agent capable of resolving GitHub issues and PRs by analyzing the codebase, searching the web, and producing PRs automatically.

This MCP wrapper exposes Jules's capabilities as tools to other local AI agents (such as Antigravity), allowing them to natively delegate complex tasks to the cloud agent.

Features

  • MCP Tool: list_jules_sources: Retrieve a list of authorized repositories that Jules can interact with.

  • MCP Tool: delegate_task_to_jules: Delegate an architectural or coding task to Jules directly. The local agent will receive a session URL to track Jules's progress.

Related MCP server: Jules API MCP

Prerequisites

  • Python 3.10+

  • A valid Google Jules API key (JULES_API_KEY) configured in your environment or MCP config.

Installation

python -m venv .venv
source .venv/bin/activate
pip install -e .

Running the Server

export JULES_API_KEY="your-api-key"
google-jules-mcp

Architecture

  • src/server.py: The MCP standard server implementation (stdio).

  • src/client.py: The async REST client for the Google Jules v1alpha API.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for automating Google Jules that enables seamless integration for task creation, code analysis, and AI-powered development workflows. It supports multiple session modes including Browserbase and cookie-based authentication for both local and cloud environments.
    13
    11
    15
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables users to manage Google's Jules AI coding agent sessions directly from MCP-compatible clients. It supports creating sessions, approving execution plans, and interacting with session activity to streamline autonomous coding workflows.
    7
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server for orchestrating Google Jules as a remote coding agent from a local coding agent, handling task decomposition, API dispatch, monitoring, intervention, code review, and PR merging.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

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

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