★ 1 stars
Go
🤖 AI/LLM
Updated 2d ago
Automation toolkit for Google's Jules AI, featuring MCP server integration, comprehensive CLI, and intelligent project analysis capabilities.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"juleson": {
"command": "go",
"args": [
"run",
"github.com/SamyRai/juleson@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add juleson go run github.com/SamyRai/juleson@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"juleson": {
"command": "go",
"args": [
"run",
"github.com/SamyRai/juleson@latest"
]
}
}
}
📋 Copy
README Excerpt
> AI-powered coding agent with comprehensive automation capabilities A production-ready AI agent system that integrates with Google's Jules AI coding agent through both CLI and MCP (Model Context Protocol) interfaces. Features an intelligent agent architecture with code review, learning capabilities, and advanced automation workflows.
Tools (20)
actions activities agent analyze_code_context analyze_code_graph analyze_complexity analyze_project apply_session_patches approve_session_plan build_project build_release clean_artifacts create_template docker_build docker_containers docker_exec docker_images docker_prune docker_remove docker_rmi
Topics
ai automation cli github go mcp productivity project-management