SAST MCP Server for Cursor
io.github.skyrxin/sast-mcp-server
11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations
client:Cursor
transport:stdio
runtime:pypi
Install SAST MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sast-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs