Skip to main content
Glama
mattjlee

Snyk MCP Server

by mattjlee

Snyk MCP Server

An MCP server to interface with Snyk API and retrieve KPI data.

Prerequisites

  • Python 3.11+

  • Snyk API Token

  • Snyk Organization ID

Related MCP server: Snyk Studio MCP

Installation

  1. Clone the repository.

  2. Create a virtual environment and install dependencies:

    python -m venv .venv
    .\.venv\Scripts\pip install -e .

Configuration

Set the following environment variables:

  • SNYK_API_TOKEN: Your Snyk API Token.

  • SNYK_ORG_ID: Your Snyk Organization ID.

Running Locally

# Run using fastmcp CLI (installed with dependencies)
fastmcp run snyk_mcp.server:mcp

Running with Docker

  1. Build the image:

    docker build -t snyk-mcp .
  2. Run the container:

    docker run -e SNYK_API_TOKEN=your_token -e SNYK_ORG_ID=your_org_id -i snyk-mcp

Usage with VS Code (Claude Desktop / etc)

Add this to your MCP settings file:

{
  "mcpServers": {
    "snyk": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SNYK_API_TOKEN=your_token",
        "-e",
        "SNYK_ORG_ID=your_org_id",
        "snyk-mcp"
      ]
    }
  }
}
F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    A standalone server enabling Snyk security scanning through the Model Context Protocol, with support for repository and project analysis, token verification, and CLI integration.
    15
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that enables easy integration with coding assistants, providing security context to AI agents. This runs locally using the Snyk CLI.
    54
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    A remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.

View all related MCP servers

Related MCP Connectors

  • An MCP server giving access to Grafana dashboards, data and more.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

  • MCP server for AI access to Swagger by SmartBear.

View all MCP Connectors

Latest Blog Posts

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/mattjlee/snyk-api-mcp'

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