Feature Interest: Integrating the New Heroku MCP Server #6847
NN1985
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exploring integrating the newly released official Heroku MCP Server as a potential tool for LibreChat agents. Such integration would enable direct interaction with the Heroku platform via AI-powered workflows.
Initial testing indicates a dependency conflict involving Node.js versions. Specifically, the
@heroku/mcp-server
package v1.0.0 stipulates Node.js version ≥22, while one of its dependencies explicitly requires Node.js version ~20. This conflict is incompatible with the current LibreChat Docker environment, which utilizes Node.js version 20.I've opened an upstream issue requesting resolution of this dependency conflict for further consideration and possible integration. The issue can be tracked here: heroku-mcp-server issue #27.
I wanted to open this thread to gauge community interest and bring this integration to the LibreChat team's attention. I would appreciate any feedback from the LibreChat maintainers and insights into whether this integration is being considered for future releases once upstream compatibility is resolved.
Beta Was this translation helpful? Give feedback.
All reactions