Back to Home
savethepolarbears icon

jules-mcp-server

Verified Safe

by savethepolarbears

Overview

An MCP server that enables AI assistants to create, schedule, and manage autonomous coding tasks with Google Jules, bridging its stateless API with local stateful scheduling.

Installation

Run Command
npm start

Environment Variables

  • JULES_API_KEY
  • JULES_ALLOWED_REPOS
  • JULES_DEFAULT_BRANCH
  • JULES_API_TIMEOUT_MS
  • JULES_API_MAX_RETRIES
  • LOG_LEVEL
  • JULES_STORAGE_DIR

Security Notes

The server demonstrates a strong commitment to security with a 'defense-in-depth' strategy documented in `SECURITY.md`. It correctly handles sensitive information like `JULES_API_KEY` via environment variables. It implements input validation with Zod and enforces a configurable repository allowlist (`JULES_ALLOWED_REPOS`) to prevent unauthorized access. The architecture and code show no signs of 'eval', obfuscation, or malicious patterns. The primary network risk is to the external Google Jules API. The local stdio transport is inherently low risk.

Similar Servers

Stats

Interest Score81
Security Score9
Cost ClassLow
Avg Tokens200
Stars2
Forks1
Last Update2025-12-10

Tags

MCPJulesAI CodingSchedulingDevOps Automation