chore: remove deprecated mcp-server-neon wrapper - #836
Merged
Conversation
@neondatabase/mcp-server-neon is deprecated on npm in favor of the hosted server at mcp.neon.tech. Its last publish was 0.6.5 on 2026-03-02, which is already the version pinned here, so there is nothing to bump to. Upstream's main is now a Next.js app for the hosted service and is never published under this npm name. The practical effect is that this server can never pass the Grype gate: its abandoned tree exact-pins roughly 30 packages and produces 86 findings, including a critical in next (GHSA-9qr9-h5gf-34mp) and about 34 highs. Clearing that would take ~30 override entries against a package that will never be updated, which is not a defensible use of the mechanism added in #669. The remote server is already in toolhive-catalog. Removing the spec does not delete the published image, it just stops carrying it forward. Closes #835
Contributor
🔒 MCP Security Scan Results |
JAORMX
approved these changes
Aug 5, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #835
@neondatabase/mcp-server-neonis deprecated on npm:Last publish was 0.6.5 on 2026-03-02, which is already the version this spec pinned, so there was nothing to bump to. Upstream's
mainis now a Next.js app at 1.0.0 for the hosted service and is never published under this npm name.The practical consequence is that this server can never pass the
build-containersGrype gate. Its abandoned tree exact-pins roughly 30 packages and produces 86 findings, including a critical innext(GHSA-9qr9-h5gf-34mp) and about 34 highs. Clearing that would take ~30 override entries against a package that will never be updated, several of them cross-major, which is not a defensible use of the mechanism from #669.The remote server has already been added to toolhive-catalog, with a separate PR there marking this one deprecated.
Removing the spec does not delete the already-published container image. It stops carrying the spec forward and stops the gate failing on a server nobody should be using.
This was one of the 10 servers in #830, excluded from #833 because it is not override-shaped. With this and #833, #830 is fully accounted for.
🤖 Generated with Claude Code