Google Jules Server
БесплатноНе проверенEnables interaction with Google Jules API to automate software development tasks, such as managing sources, sessions, and activities for AI-powered coding assis
Описание
Enables interaction with Google Jules API to automate software development tasks, such as managing sources, sessions, and activities for AI-powered coding assistance.
README
An MCP (Model Context Protocol) server that provides access to the Google Jules API - Google's AI-powered coding agent for automating software development tasks.
Features
This MCP server exposes all Jules API capabilities:
Sources
- jules_list_sources - List all connected GitHub repositories
- jules_get_source - Get details of a specific source
Sessions
- jules_list_sessions - List all coding sessions
- jules_get_session - Get session details including state and outputs
- jules_create_session - Create a new coding task for Jules
- jules_approve_plan - Approve a plan in a session requiring approval
- jules_send_message - Send a message to Jules within a session
Activities
- jules_list_activities - List all activities within a session
- jules_get_activity - Get details of a specific activity
Installation
Using npx (recommended)
npx google-jules-mcp
Global installation
npm install -g google-jules-mcp
google-jules-mcp
Configuration
Environment Variable
Set your Google Jules API key:
export GOOGLE_JULES_API_KEY=your_api_key_here
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"google-jules": {
"command": "npx",
"args": ["google-jules-mcp"],
"env": {
"GOOGLE_JULES_API_KEY": "your_api_key_here"
}
}
}
}
Usage Examples
List available repositories
Use jules_list_sources to see all connected GitHub repositories.
Create a coding session
Use jules_create_session with:
- prompt: "Fix the authentication bug in login.js"
- source: "sources/github/myorg/myrepo"
- startingBranch: "main"
- automationMode: "AUTO_CREATE_PR"
Monitor session progress
Use jules_list_activities with the sessionId to see what Jules is doing.
Interact with Jules
Use jules_send_message to ask Jules questions or provide feedback during a session.
API Key
To get your Jules API key:
- Go to Jules Settings
- Create a new API key
- Keep it secure - don't share or commit it to public repositories
Prerequisites
- Node.js 18.0.0 or higher
- A Google Jules API key
- GitHub repositories connected to Jules (via the Jules web app)
License
MIT
Links
Установить Google Jules Server в Claude Desktop, Claude Code, Cursor
unyly install google-jules-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add google-jules-mcp-server -- npx -y google-jules-mcpFAQ
Google Jules Server MCP бесплатный?
Да, Google Jules Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Jules Server?
Нет, Google Jules Server работает без API-ключей и переменных окружения.
Google Jules Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Google Jules Server в Claude Desktop, Claude Code или Cursor?
Открой Google Jules Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Google Jules Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
