snyk-admin-mcp

snyk-ps/snyk-admin-mcp
★ 0 stars JavaScript API Integration Updated today
MCP server for managing the Snyk platform. Uses Snyk’s REST API and V1 API and routes each use case to the correct endpoint.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snyk-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "snyk-ps/snyk-admin-mcp"
      ]
    }
  }
}