Install
$ agentstack add mcp-sajidmahamud835-antigravity-jules-integration ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Jules for Antigravity
[](https://marketplace.visualstudio.com/items?itemName=antigravity-platform.antigravity-jules-integration)
Jules for Antigravity is a powerful bi-directional bridge that connects your local coding agents (like Antigravity) with Google Jules, an advanced autonomous remote coding agent.
> 🤝 Bridging Local Agents & Cloud AI: This extension allows your local agents to "phone a friend" by delegating complex, long-running tasks to Jules in the cloud, while maintaining full context of your local workspace.
> [!NOTE] > Compatibility Notice: This extension currently requires Antigravity to function. A standalone VS Code version will be released soon.
[](https://github.com/sajid-mah-m/antigravity-jules-integration/issues/new) [](https://github.com/sajid-mah-m/antigravity-jules-integration/compare)
Screenshots
Features
- 🚀 Two-Way Agent Bridge: Enable local agents to programmatically start Jules sessions via MCP (Model Context Protocol).
- 🧠 Automated Context: Automatically gathers active files, Git diffs, and Antigravity artifacts to give Jules full context without manual uploads.
- ⚡ Lazy Loading: Efficiently loads session logs on-demand to save bandwidth and API quota.
- 🚦 Robust Quota Management: Intelligent retry logic with exponential backoff handles API rate limits automatically.
- 🔄 Bi-Directional Sync: View Jules' thought process in real-time and apply changes directly to your local Git branch.
- 🛡️ Secure: Uses VS Code Secret Storage for API keys and sanitizes all error messages.
Installation
- Install Antigravity IDE or the VS Code extension.
- Search for "Jules for Antigravity" in the Extensions view.
- Click Install.
Configuration
Before you can start sessions, you must configure your access credentials.
1. Prerequisites
- Install the GitHub App: You must install the Jules GitHub App on the repositories you wish to use.
- Enable the API: Ensure the Jules API is enabled in your Google Cloud Project.
2. Get Your API Key
- Go to the Google Cloud Console Credentials Page.
- Create a new API Key (or use an existing one).
- Copy the key string (starts with
AIza...).
3. Add Key to Extension
- Open Visual Studio Code.
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P). - Type and select
Jules: Set API Key. - Paste your API Key and press Enter.
> 🔒 Security Note: Your key is stored securely in the local operating system's Keychain/Credential Manager using VS Code's SecretStorage API.
Usage Guide
1. Manual Handoff ("Click-to-Run")
Perfect for when you want to delegate a task yourself.
- Open the Jules Orchestrator panel in the Activity Bar.
- Click + New Season.
- Type your Mission Brief (e.g., "Refactor the auth middleware to use the new JWT library").
- Click Start Session.
- Context (files, diffs, plans) is gathered automatically.
2. Agentic Handoff (The Bridge)
Your local Antigravity agent can call Jules directly:
{
"tool": "delegate_to_jules",
"arguments": {
"task": "Analyze the security of the payment module"
}
}
This enables "Agent-to-Agent" collaboration, where your local assistant orchestrates larger goals by sub-contracting work to Jules.
Architecture
This extension uses a Hybrid Agentic Architecture:
- Local: Runs as a VS Code extension + MCP Server for low-latency context gathering.
- Remote: Connects to
jules.googleapis.comfor heavy-lifting autonomous coding.
For a deep dive into the internal components (BridgeServer, ContextGatherer), please read our [Developer Documentation](DEVELOPMENT.md).
Documentation
For more detailed information, please check the docs/ folder:
Contributing
We welcome contributions! Whether you're fixing bugs, improving the context gathering logic, or adding new bridge capabilities, help us build the future of multi-agent coding.
How to Contribute
- Fork the repository.
- Read the [Contribution Guide](CONTRIBUTING.md) for setup instructions.
- Create a feature branch and submit a PR.
👨💻 Author
Sajid Mahamud
License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
🔗 Related Projects
- [MarketSync EA](../MarketSync-EA) - Autonomous trading agent using GPT-4 and ML.
- [BankSync](../banksync) - Complex financial integration with Plaid and Web3.
- [EasyCom](../easycom) - Large-scale application architecture reference.
🏷️ Tags
VS Code Extension AI Agent Google Jules Antigravity TypeScript Automation DevTools
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sajidmahamud835
- Source: sajidmahamud835/antigravity-jules-integration
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.