README.md
Enables orchestration of multiple Jules AI workers for complex development tasks
Enables orchestration of multiple Jules AI workers for tasks like code generation, bug fixing, and review using the Google Jules API. It features git integration, a shared memory system, and real-time activity monitoring for complex, multi-agent development workflows.
Environment Variables
GOOGLE_JULES_API_KEYrequiredAPI key for the Google Jules APIConfiguration
claude_desktop_config.json
{"mcpServers":{"jules":{"command":"npx","args":["-y","@therealashik/jules-mcp"],"env":{"GOOGLE_JULES_API_KEY":"your-api-key-here"}}}}Try it
→Use Jules AI workers to review my recent git commits for potential bugs.
→Orchestrate a team of Jules workers to generate a new feature implementation based on my current codebase.
→Monitor real-time activity of Jules AI agents while they perform a complex code refactoring task.
→Use the shared memory system to coordinate multiple Jules workers for a large-scale bug fixing session.