Semgrep
Integrates with Semgrep's static analysis engine to scan code for security vulnerabilities and coding issues, enabling developers to identify and fix potential problems directly within their coding workflow.
Featured
View Source408 stars
0 tools
Created Aug 2025
@semgrep/semgrep-semgrep-mcpAbout
Integrates with Semgrep's static analysis engine to scan code for security vulnerabilities and coding issues, enabling developers to identify and fix potential problems directly within their coding workflow.
Categories
general
Installation
npm
npm install @semgrep/semgrep-semgrep-mcp
Configuration
{
"mcpServers": {
"semgrep-semgrep-mcp": {
"command": "npx",
"args": [
"-y",
"@semgrep/semgrep-semgrep-mcp"
]
}
}
}