Semgrep MCP Server

Securitystdiossev0.4.0
Репозиторий

Official Semgrep MCP server for static application security testing. Lets AI agents scan code for security vulnerabilities and bugs, run custom rules, and return findings with severity and remediation guidance, embedding SAST into AI-powered development workflows.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

Подключение:
{
  "mcpServers": {
    "semgrep": {
      "command": "uvx",
      "args": [
        "semgrep-mcp"
      ],
      "env": {
        "SEMGREP_APP_TOKEN": "<YOUR_SEMGREP_APP_TOKEN>"
      }
    }
  }
}

Инструменты (2)

semgrep_scan

Scan code or a directory with Semgrep and return security findings.

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "File or directory path to scan"
    },
    "config": {
      "type": "string",
      "description": "Ruleset to use (for example \"auto\" or a registry ruleset)"
    }
  }
}

security_check

Run a fast security-focused scan and summarize high-severity findings.

{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "Code snippet to analyze"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Semgrep (@semgrep)
Репозиторий
https://github.com/semgrep/mcp
Лицензия
MIT
Версия
0.4.0
Звёзды
512
Последнее обновление
9 июля 2026 г.