Semgrep MCP Server

Securitystdiossev0.4.0
Repositorio

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.

Conectar

Añade esta configuración a .claude/mcp.json

Transporte:
{
  "mcpServers": {
    "semgrep": {
      "command": "uvx",
      "args": [
        "semgrep-mcp"
      ],
      "env": {
        "SEMGREP_APP_TOKEN": "<YOUR_SEMGREP_APP_TOKEN>"
      }
    }
  }
}

Herramientas (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"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Semgrep (@semgrep)
Repositorio
https://github.com/semgrep/mcp
Licencia
MIT
Versión
0.4.0
Estrellas
512
Última actualización
9 de julio de 2026