Skip to content
Zed

SAST MCP Server for Zed

io.github.skyrxin/sast-mcp-server

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

client:Zed transport:stdio runtime:pypi

Install SAST MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sast-mcp-server": {
      "command": "uvx",
      "args": [
        "sast-mcp-server"
      ],
      "env": {
        "SAST_MCP_TIMEOUT": "<SAST_MCP_TIMEOUT>",
        "SAST_MCP_LOG_LEVEL": "<SAST_MCP_LOG_LEVEL>",
        "SAST_MCP_API_KEY": "<SAST_MCP_API_KEY>",
        "SAST_MCP_JWT_SECRET": "<SAST_MCP_JWT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SAST MCP Server in other clients