Semgrep
Created 6 months ago
A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities.
development
documentation
public
security
static analysis
What is Semgrep?
Enable AI agents to secure code with [Semgrep](https://semgrep.dev/).
Documentation
Contents
- Getting started
- Cursor
- ChatGPT
- Hosted Server
- Demo
- API
- Tools
- Scan Code
- Understand Code
- Cloud Platform (login and Semgrep token required)
- Meta
- Prompts
- Resources
- Usage
- Standard Input/Output (stdio)
- Python
- Docker
- Streamable HTTP
- Server-sent events (SSE)
- Semgrep AppSec Platform
- Integrations
- Contributing, community, and running from source
- Similar tools 🔍
- Community projects 🌟
- MCP server registries
Server Config
{
"mcpServers": {
"semgrep-server": {
"command": "npx",
"args": [
"semgrep"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Semgrep Team
Category:
official
License:
MIT
Tags:
development
documentation
public