mcp

semgrep/mcp
★ 639 stars Python 🔒 Security Updated 1mo ago
A MCP server for using Semgrep to scan code for security vulnerabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

Topics

mcpsemgrep