Security & IdentityAuth: Open
Semgrep hosted MCP server
Code scanning
Semgrep’s hosted MCP server lets agents run static-analysis scans and query Semgrep rules, bringing security feedback into coding workflows as a tool call.
Curated by Agentic WorkersPublished Updated
Server description
Scan code for vulnerabilities with Semgrep
Semgrep’s hosted MCP server lets agents run static-analysis scans and query Semgrep rules, bringing security feedback into coding workflows as a tool call.
- Slug
- semgrep
- Category
- Security & Identity
- Category slug
- security-and-identity
- Authentication
- Open
- Auth type
- none
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"semgrep": {
"url": "https://mcp.semgrep.ai/sse"
}
}
}