Back to Browse

Sast MCP Server

by Skyrxin
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations

About

11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations

Security Report

4.2
Use Caution4.2High Risk

This is a well-engineered SAST MCP server with comprehensive scanning capabilities and generally sound security practices. Authentication is implemented for remote deployments (JWT/API keys), permissions are appropriate for the developer tools category, and code quality is high with proper error handling. However, there are moderate concerns around subprocess execution without strict input validation, environment variable credential handling, and several code quality gaps that could enable subtle security issues if the server's scope expands. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Per-scan timeout in seconds (default: 300).Optional

Environment variable: SAST_MCP_TIMEOUT

Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO).Optional

Environment variable: SAST_MCP_LOG_LEVEL

Optional static API key to require auth (legacy mode; HTTP transports).Required

Environment variable: SAST_MCP_API_KEY

Optional HMAC secret to require JWT auth with scopes (HTTP transports).Required

Environment variable: SAST_MCP_JWT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-skyrxin-sast-mcp-server": {
      "env": {
        "SAST_MCP_API_KEY": "your-sast-mcp-api-key-here",
        "SAST_MCP_TIMEOUT": "your-sast-mcp-timeout-here",
        "SAST_MCP_LOG_LEVEL": "your-sast-mcp-log-level-here",
        "SAST_MCP_JWT_SECRET": "your-sast-mcp-jwt-secret-here"
      },
      "args": [
        "sast-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!