jules-mcp-server
Verified Safeby jarossk
Overview
Exposes the Google Jules API as an MCP server, allowing coding agents to programmatically create and manage Jules sessions for tasks like code generation and project management.
Installation
node mcp-server.jsEnvironment Variables
- JULES_API_KEY
- JULES_API_BASE_URL
Security Notes
The server uses `process.env` for API keys and base URLs, avoiding hardcoded secrets. HTTP requests are made using `fetch`, and JSON parsing is handled safely. A minor concern is the API key being included in the URL query parameters (in addition to the `x-goog-api-key` header), which could be logged by some systems, though it's a common pattern for certain Google APIs.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
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.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
jules-mcp-server
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.