Semgrep
OfficialScan code for security vulnerabilities
Provider:Semgrep
Category:Security
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"semgrep": {
"command": "npx",
"args": [
"-y",
"semgrep-mcp"
],
"env": {
"SEMGREP_APP_TOKEN": "<your-semgrep-app-token>"
}
}
}
}