docs: add snyk remote mcp#1473
Open
RaduPetreTarean wants to merge 3 commits into
Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
mihaisau-snyk
requested changes
Jul 17, 2026
mihaisau-snyk
left a comment
Collaborator
There was a problem hiding this comment.
Style guide fixes: "log in" not "sign in," avoid the modal "may," and "visit" not "see" when linking to a page (3 instances). Suggestions inline.
Co-authored-by: mihaisau-snyk <[email protected]>
mihaisau-snyk
self-requested a review
July 20, 2026 09:12
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.
Adds the Snyk Remote MCP into the user docs
Note
Low Risk
Documentation-only changes with no application code, auth, or data-handling logic modified.
Overview
This PR adds user-facing documentation for Snyk Remote MCP, a hosted read-only MCP server for querying existing Snyk data from AI assistants without the CLI or local source access.
New pages under
developer-tools/integrations/snyk-remote-mcp/cover what it is, how it differs from the local Snyk Studio MCP, regional endpoints, OAuth/PKCE authorization and read scopes, Cursor and Claude Code setup, pagination/views, troubleshooting, and investigation boundaries. A companion tools reference catalogs all 28 read-only tools, reporting/remediation workflows (including Studio handoff and verification), SBOM/dependency tooling, rate limits, and response/error semantics.Navigation and cross-links are updated:
developer-tools/SUMMARY.mdlists the new section;integrate-with-snyk.mdreplaces the prior note that Snyk does not offer a hosted MCP with a Snyk Remote MCP section and guidance on when to use Remote MCP vs Snyk Studio; the glossary gains a Snyk Remote MCP entry.Reviewed by Cursor Bugbot for commit 602adeb. Bugbot is set up for automated code reviews on this repo. Configure here.