Skip to main content
Glama
ozturkaburak

Snyk MCP Server

by ozturkaburak

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNYK_TOKENYesYour Snyk API token
SNYK_ORG_IDYesYour Snyk organization ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_snyk_projectsD
get_snyk_issuesD
get_project_issuesD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.5/5.0

Scored across 3 tools

Disambiguation2/5

The names 'get_project_issues' and 'get_snyk_issues' are very similar and lack descriptions, making it difficult for an agent to distinguish them. 'list_snyk_projects' is distinct, but the overlap between the first two harms clarity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_project_issues, get_snyk_issues, list_snyk_projects), demonstrating strong naming consistency.

Tool Count3/5

With only 3 tools, the server feels minimal for a security-focused service, but it may represent a focused subset. The count is borderline but not extreme.

Completeness1/5

Based on the tool names, the server only provides some 'get' and 'list' operations. Missing critical actions like creating, updating, or deleting projects or issues, leading to severe incompleteness for a typical security workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues