
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@fre4x/jules
Advanced tools
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.
| Tool | What it does |
|---|---|
jules_list_sources | List connected GitHub repos available as sources |
jules_create_session | Start a new Jules coding session with a prompt, source, and optional config |
jules_list_sessions | List all sessions and their status (e.g. PR links) |
jules_approve_plan | Approve a session's execution plan (when requirePlanApproval=true) |
jules_create_session parameters| Parameter | Type | Description |
|---|---|---|
source | string | Source resource name, e.g. sources/github/owner/repo |
title | string | Session title |
prompt | string | Task description for Jules |
startingBranch | string | Branch to start from (default: main) |
automationMode | string | AUTO_CREATE_PR or NONE (default: NONE) |
requirePlanApproval | boolean | If true, pause for jules_approve_plan before executing (default: false) |
A Jules API key — set as JULES_API_KEY.
Run without an API key (returns fixture data of identical shape):
MOCK=true npx @fre4x/jules
{
"mcpServers": {
"jules": {
"command": "npx",
"args": ["-y", "@fre4x/jules"],
"env": {
"JULES_API_KEY": "your_api_key_here"
}
}
}
}
npm install
npm run dev # tsx, no build
npm run build # esbuild → dist/
npm test # vitest unit tests
MIT — WE ARE THE FRE4X.
FAQs
MCP server for Jules API integration
The npm package @fre4x/jules receives a total of 31 weekly downloads. As such, @fre4x/jules popularity was classified as not popular.
We found that @fre4x/jules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.