Semgrep
Freeby MCP Community
MCP Server for Semgrep Integration - static code analysis with AI
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolsemgrepstatic-analysissecurity
Semgrep MCP Server
MCP Server for Semgrep Integration - static code analysis with AI
Installation
Reviews
Installation
Quick install
npx -y mcp-server-semgrep
Add to claude_desktop_config.json
{
"mcpServers": {
"semgrep": {
"command": "npx",
"args": ["-y", "mcp-server-semgrep"]
}
}
}