jules-mcp
Verified Safeby maxnoller
Overview
Provides an MCP interface for LLMs to interact with Google Jules, enabling automatic pull request creation and GitHub issue integration for AI-powered coding sessions.
Installation
npx @anthropic/jules-mcpEnvironment Variables
- JULES_API_KEY
- GITHUB_TOKEN
Security Notes
The server uses environment variables for sensitive API keys (`JULES_API_KEY`, `GITHUB_TOKEN`) and performs network requests to legitimate Google Jules and GitHub APIs. Input validation is handled using Zod schemas for tool parameters. No 'eval' or obvious obfuscation found. Network calls are securely made via HTTPS. Risks are generally associated with the security of the provided API keys and the remote services themselves.
Similar Servers
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
kodegen
A Rust-native Model Context Protocol (MCP) server providing blazing-fast auto-coding and development tools for AI agents.