mcp-server-semgrep

VetCoders/mcp-server-semgrep
★ 28 stars JavaScript 🤖 AI/LLM Updated 8d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-semgrep": {
      "command": "npx",
      "args": [
        "-y",
        "VetCoders/mcp-server-semgrep"
      ]
    }
  }
}

Topics

anthropic-claudemodelcontextprotocolsemgrep