Module 29: JetBrains Integration
Run your Java ACP agent in IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs.What You’ll Learn
- Configuring JetBrains IDEs for ACP agents
- The
~/.jetbrains/acp.jsonconfiguration format - MCP server access from JetBrains
Prerequisites
- JetBrains IDE version 25.3 RC or later
- JetBrains AI Assistant plugin enabled
- Java 17+
The Agent
Same code as Module 28 (Zed). The agent is identical — only the IDE configuration differs:Build and Configure
1. Build the JAR
2. Configure JetBrains
Create or edit~/.jetbrains/acp.json:
3. Use the agent
Open AI Chat (Alt+Shift+C), select Java Tutorial Agent from the agent dropdown.