• Security
JavaScript
1
A
security – no known vulnerabilities (report Issue)
F
license - not found
A
quality - confirmed to work

A standalone Model Context Protocol server for Snyk security scanning functionality.

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_repositoryScan a repository for security vulnerabilities using Snyk
scan_projectScan an existing Snyk project

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNYK_API_KEYYesYour Snyk API token
README.md

Snyk MCP Server

A standalone Model Context Protocol server for Snyk security scanning functionality.

Configuration

Update your Claude desktop config (claude-config.json):

{ "mcpServers": { "snyk": { "command": "npx", "args": [ "-y", "github:Sladey01/mcp-snyk" ], "env": { "SNYK_API_KEY": "your_snyk_token" } } } }

Replace the token with your actual Snyk API token.

Features

  • Repository security scanning
  • Snyk project scanning
  • Integration with Claude desktop

Usage

In Claude, you can use commands like:

Scan repository https://github.com/owner/repo for security vulnerabilities

or

Scan Snyk project project-id-here

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues with dependencies of the server.
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.

Copy the following code to your README.md file:

Alternative MCP servers

  • -
    security
    F
    license
    -
    quality
    This server provides a comprehensive integration with Zendesk. Retrieving and managing tickets and comments. Ticket analyzes and response drafting. Access to help center articles as knowledge base.
  • A
    security
    F
    license
    A
    quality
    Helps AI read GitHub repository structure and important files. Want to quickly understand what a repo is about? Prompt it with "read https://github.com/adhikasp/mcp-git-ingest and determine how the code technically works".
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.
    MIT
  • A
    security
    A
    license
    A
    quality
    MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
    MIT
    • Apple