The Forge Model Context Protocol (MCP) Server is now available in preview. This new remote service enables Forge app developers to leverage coding agents with up-to-date Atlassian Forge and Cloud documentation, including markdown-based guides, module catalogs, and manifest references. The Forge MCP Server also provides a search feature for Forge reference documentation and implementation patterns, streamlining Forge app development in AI-powered workflows.
Do we need to enroll for this preview? I tried integrating this in vscode but getting following error:
2025-10-22 12:31:15.334 [info] Connection state: Error 400 status connecting to http://mcp.atlassian.com/v1/forge/mcp as SSE: {"jsonrpc":"2.0","error":{"code":-32600,"message":"Bad Request: No valid session ID provided"},"id":null}
“Migrate Connect app to pure Forge app, make no mistakes”
Now this would probably be achievable if Atlassian behaved like a rational actor and did two things:
Open source everything so when the AI models are trained they actually know wtf is going on with the Atlassian developer ecosystem. I don’t need you to accept PRs. Simply make the code public (+git history) so the models can consume it.
Delay the ridiculously unrealistic Forge migration deadlines which are very obviously destroying any remaining trust and goodwill that developers have with Atlassian. If you delayed the migration by 18 months, the AI models will be so good by then that you will save 100s of 1000s of hours of wasted developer time.
I can’t get the RovoDev IDE extension to connect to the forge-knowledge MCP.
My RovoDev is connected to the Atlassian-MCP-Server MCP (used to interact with my instance) but not to forge-knowledge.
At the same time, Cascade in my Windsurf is connected to both, and there’s a UX indicator showing that the connection is working — something the RovoDev extension is missing and that would be helpful to implement.
Here’s my user/.rovodev/mcp.json file, which is used by the RovoDev extension in Windsurf:
Hi @dusan.spaic - when you start Rovo Dev CLI, do you see the message, “Would you like to allow the use of the following third-party MCP server: url: https://mcp.atlassian.com/v1/forge/mcp ? Or do you get an error message?
Hi @markrekveld - are you using IntelliJ’s AI Assistant? If so, I noticed in their docs that they don’t yet support Streamable HTTP (HTTP + SSE) transport yet. See Model Context Protocol (MCP) | AI Assistant Documentation . They mention a workaround, but I haven’t tried it.
If you are using GitHub Copilot for IntelliJ, try adding "type": "http" to the configuration to ensure it uses the streamable HTTP transport. For example:
@markrekveld It isn’t expected from the Forge MCP server. Our tool names do match the pattern shown in the errors.
I’m no IntelliJ expert, but I’m wondering if the errors are due to the space in the server name, “Force MCP”. It looks like IntelliJ is constructing a qualified tool name that includes the server name. This is just a guess, though.
I’d like to echo the importance of keeping the Forge MCP Server up to date. The current knowledge base was last updated on October 15th, 2025, and as developers who rely heavily on it during app development, having access to the latest APIs and documentation is essential.
It would be greatly appreciated if the team could consider more frequent updates to the Forge MCP Server. Additionally, a notification system or changelog when updates are pushed would help the developer community stay informed and aligned with the latest Forge capabilities.
Thank you so much for sharing your feedback and the importance of keeping its knowledge base up to date. We truly appreciate your input—insights like yours help us shape our roadmap and prioritize improvements that matter most to our developer community.
We understand how critical it is to have access to the latest APIs and documentation, and we’re actively exploring ways to provide more frequent updates. Your suggestion about a notification system or changelog is also valuable, and we’ll be considering it as we plan future enhancements.
We’ll be sharing more details and updates with the community soon. Thanks again for helping us make Forge better for everyone!