Semgrep MCP (Official)
Official CodeOfficial Semgrep MCP server for scanning code for security vulnerabilities using static analysis rules.
Quick Install
uvx semgrep-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"semgrep-mcp-official": {
"command": "uvx",
"args": [
"semgrep-mcp"
]
}
}
}