juleson
Verified Safeby SamyRai
Overview
Juleson is a production-ready AI agent system that integrates with Google's Jules AI coding agent, providing comprehensive automation capabilities for software development through CLI and MCP interfaces.
Installation
./bin/juleson-mcpEnvironment Variables
- JULES_API_KEY
- GITHUB_TOKEN
- GEMINI_API_KEY
- JULES_BASE_URL
- JULES_LOG_LEVEL
Security Notes
The project has a clear security policy, advocates for environment variables for secrets, and warns about template execution having file system access. No hardcoded secrets or 'eval'-like patterns were found in the truncated source code. API communications use HTTPS.
Similar Servers
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.