Back to Home

jules-mcp-server

Verified Safe

by 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

Run Command
node mcp-server.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-27

Tags

Model Context ProtocolGoogle Jules APIAI Agent ToolsCode GenerationSession Management