🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@fre4x/jules

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fre4x/jules

MCP server for Jules API integration

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

jules — The Coding Agent Bridge

Autonomous code changes, PR generation, and session management. The swarm's hands.

Part of FRE4X-B1TE — a monorepo of MCP servers built for autonomous agents.

Google Jules is an autonomous coding agent. This B1TE exposes its full API as MCP tools — so your agent can spawn Jules sessions, approve plans, and get PRs merged without a human in the loop.

Tools

ToolWhat it does
jules_list_sourcesList connected GitHub repos available as sources
jules_create_sessionStart a new Jules coding session with a prompt, source, and optional config
jules_list_sessionsList all sessions and their status (e.g. PR links)
jules_approve_planApprove a session's execution plan (when requirePlanApproval=true)

jules_create_session parameters

ParameterTypeDescription
sourcestringSource resource name, e.g. sources/github/owner/repo
titlestringSession title
promptstringTask description for Jules
startingBranchstringBranch to start from (default: main)
automationModestringAUTO_CREATE_PR or NONE (default: NONE)
requirePlanApprovalbooleanIf true, pause for jules_approve_plan before executing (default: false)

Requirements

A Jules API key — set as JULES_API_KEY.

Mock Mode

Run without an API key (returns fixture data of identical shape):

MOCK=true npx @fre4x/jules

Deploy

{
  "mcpServers": {
    "jules": {
      "command": "npx",
      "args": ["-y", "@fre4x/jules"],
      "env": {
        "JULES_API_KEY": "your_api_key_here"
      }
    }
  }
}

Development

npm install
npm run dev      # tsx, no build
npm run build    # esbuild → dist/
npm test         # vitest unit tests

License

MIT — WE ARE THE FRE4X.

FAQs

Package last updated on 08 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts