MCP ExplorerExplorer

Mcp Snyk

@punkpeyeon a year ago
1 MIT
FreeCommunity
AI Systems
一个独立的Snyk服务器,用于模型上下文协议(MCP)

Overview

What is Mcp Snyk

mcp-snyk is a standalone server designed to integrate Snyk’s security scanning capabilities within the Model Context Protocol (MCP) framework.

Use cases

Use cases for mcp-snyk include scanning GitHub repositories for security vulnerabilities and scanning specific Snyk projects to ensure compliance and security best practices.

How to use

To use mcp-snyk, update your Claude desktop configuration file (‘claude-config.json’) with the appropriate command and Snyk API token. You can then execute commands in Claude to scan repositories or specific Snyk projects for vulnerabilities.

Key features

Key features of mcp-snyk include repository security scanning, Snyk project scanning, and seamless integration with Claude desktop.

Where to use

mcp-snyk can be used in software development environments where security scanning of code repositories and projects is necessary, particularly in teams utilizing the Snyk platform.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers