VetCoders/mcp-server-semgrep
MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-semgrep": {
"command": "npx",
"args": [
"-y",
"mcp-server-semgrep"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...