semgrep/mcp
π βοΈ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev).
Quick Start
Clone the repository:
git clone https://github.com/semgrep/mcpClaude Desktop configuration example:
{
"mcpServers": {
"semgrep-mcp": {
"command": "npx",
"args": [
"-y",
"semgrep/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.