Forge MCP with IntelliJ

Hi @NicoFrossard and @PeterMcNeil2 ,

Does it work when using the following configuration?

  "mcpServers": {
    "forge-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.atlassian.com/v1/forge/mcp"
      ]
    }
  }
}

I found it in this other post: [Announcement] Forge MCP Server is available in Preview - #10 by markrekveld. With the note from the comments below that spaces are not supported.

Hope this helps,
Caterina