Skip to main content
SecurityTypeScript

semgrep/mcp

πŸ“‡ ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev).

securitycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/semgrep/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "semgrep-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "semgrep/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
semgrep