Discourse MCP User API Key Generator Error Nodejs >20

$ node --version
v22.15.0
$ openssl -v
OpenSSL 3.6.0 1 Oct 2025 (Library: OpenSSL 3.6.0 1 Oct 2025)

I just switched to node 24 via nvm and it worked! That led me to find Unable to use RSA_PKCS1_PADDING with v22+ - `--security-revert` suggests CVE-2024-PEND · Issue #55628 · nodejs/node · GitHub which ends with saying that this will never work on node < 24.

I suppose discourse-mcp/package.json at 858e5bd5092c7d31693554046db34f98671a8cb9 · discourse/discourse-mcp · GitHub should be updated to >=24.

Thanks!

2 Likes