Guide for Junie (JetBrains)
Integrate Junie (JetBrains) with AI Architect for more accurate, codebase-aware AI assistance.
Use Bito's AI Architect with Junie (JetBrains) to enhance your AI-powered coding experience.
Once connected via MCP (Model Context Protocol), Junie can leverage AI Architectβs deep contextual understanding of your project, enabling more accurate code suggestions, explanations, and code insights.
Prerequisites
Follow the AI Architect installation instructions. Upon successful setup, you will receive a Bito MCP URL and Bito MCP Access Token that you need to enter in your coding agent.
Download BitoAIArchitectGuidelines.md file. You will need to copy/paste the content from this file later when configuring AI Architect.
Note: This file contains best practices, usage instructions, and prompting guidelines for the Bito AI Architect MCP server. The setup will work without this file, but including it helps AI tools interact more effectively with the Bito AI Architect MCP server.
Junie installed in a JetBrains IDE (IntelliJ IDEA, PyCharm, WebStorm, etc.)
Node.js 20.18.1+ installed (for
mcp-remoteproxy)Why Node.js 20+? The mcp-remote proxy depends on undici v7, which requires Node.js 20+ (needs the
Fileglobal API added in Node 20.0.0). Node.js 18 and earlier will fail withReferenceError: File is not defined.Verify:
node --version # Should show v20.x.x or higher npx --versionIf Node.js is not installed or the version < 20 then download Node.js 20.x LTS
Set up AI Architect
Junie has the same setup process across all platforms (Windows, macOS, Linux, WSL).
Add guidelines (optional but highly recommended)
The BitoAIArchitectGuidelines.md file contains best practices, usage instructions, and prompting guidelines for the Bito AI Architect MCP server.
The setup will work without this file, but including it helps AI tools interact more effectively with the Bito AI Architect MCP server.
To add Bito AI Architect usage guidelines to a specific project:
Navigate to your project root
Create
.juniedirectory:Copy the contents of your BitoAIArchitectGuidelines.md file into
.junie/guidelines.mdfile:Junie will automatically use these guidelines for the project
What Junie guidelines should contain:
BitoAIArchitectMCP usage best practicesWhen to query repository information
How to search for dependencies and tech stacks
Troubleshooting
Junie not showing BitoAIArchitect:
BitoAIArchitect:Verify Node.js is installed:
node --versionCheck
mcp.jsonsyntax (must be valid JSON)On Windows, ensure you're using
cmdwith/cargumentRestart the IDE completely
Connection errors:
Test the endpoint manually:
Verify your Bito MCP URL and Bito MCP Access Token are correct
Check firewall settings
Last updated

