semgrep-mcp.md

Semgrep MCP

from"semgrep"
890

Code security analysis and vulnerability scanning

Security
SemgrepsecuritySASTscanning
install.sh
# Clone the repository
$git clone https://github.com/semgrep/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve