Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities and provide code understanding tools.
Add this to your MCP client configuration:
{
"mcpServers": {
"semgrep-mcp": {
"command": "uvx",
"args": [
"semgrep-mcp"
]
}
}
}{
"id": "semgrep-mcp",
"name": "Semgrep",
"description": "A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities and provide code understanding tools.",
"source_url": "https://github.com/semgrep/mcp",
"publisher_name": "semgrep",
"publisher_url": "https://github.com/semgrep",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 5241,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "semgrep-mcp"
},
"tools_count": 6
}