My recommendation: start with the standard Forge CLI before jumping into RovoDev. That way, you’ll avoid wasting too many ForgeDev executions early on.
Begin by running:
|
1
|
forge create |
Create a new app from scratch and follow Atlassian’s official Get Started tutorials:
Once you understand how Resolvers, Bridges, and the Forge API connect backend and frontend, you’re ready to bring RovoDev CLI into the mix.
Navigate to your app folder and run:
|
1
|
acli rovodev run |
If this is your first time, log in with:
|
1
|
acli rovodev auth login |
In another terminal window, deploy and install your Forge app:
|
1
2
|
forge deployforge install |
Note:
forge deployautomatically runsforge lint.
Once installed on your development Jira, open your app in the browser and start monitoring logs using:
|
1
|
forge tunnel |
From the RovoDev terminal, begin running prompts or Jira tickets and iterate gradually.
If RovoDev makes a mistake, simply ask it to revert the changes — it’s that flexible.
Keep in mind that your RovoDev executions last around 4–5 hours, and you’ll need to wait 8 hours before getting new ones.

Once your Forge app is functional, RovoDev can even manage your source code — creating commits and pushing directly to Bitbucket.

Get started with the Forge MCP Server
Forge MCP aims to solve one of the biggest pain points with RovoDev CLI — staying up to date.
MCP is trained to always access the latest Forge Developer documentation, automatically using the newest APIs and avoiding deprecated ones.
You can connect it with RovoDev CLI easily by creating or editing this file:
~/.rovodev/mcp.json
|
1
2
3
4
5
6
7
8
|
{ "mcpServers": { "forge-knowledge": { "url": "https://mcp.atlassian.com/v1/forge/mcp", "transport": "http" } }} |
When you run it for the first time, you’ll be prompted to accept Forge MCP usage.


Codegeist 2025: Atlassian Williams Racing Edition is coming — perfect timing to build your next Forge App powered by RovoDev and MCP.
Add a comment — Have you already tried RovoDev CLI with Forge MCP?
Share your experience below!
#AtlassianChampions #AtlassianCreator #RovoDev #Codegeist #Hackathon2025
Raul Pelaez
0 comments