Skip to main content
Glama

mcp-snyk

by Sladey01

scan_repository

Identify security vulnerabilities in a code repository by scanning it with Snyk. Specify the repository URL and optionally the branch to ensure comprehensive security checks.

Instructions

Scan a repository for security vulnerabilities using Snyk

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to scan (optional)
urlYesRepository URL to scan

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Branch to scan (optional)", "type": "string" }, "url": { "description": "Repository URL to scan", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-snyk

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sladey01/mcp-snyk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server