MCP Directory
Back

mcp-server-semgrep

by VetCoders · JavaScript · ★ 28

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.

#anthropic-claude#modelcontextprotocol#semgrep

Install

npx -y github:VetCoders/mcp-server-semgrep

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](https://smithery.ai/server/@VetCoders/mcp-server-semgrep) [](https://glama.ai/mcp/servers/VetCoders/mcp-server-semgrep) [](https://semgrep.dev) [](https://github.com/VetCoders/mcp-server-semgrep) This project was initially inspired by robustness of [Semgrep tool](https://semgrep.dev), [The Replit Team](https://github.com/replit) and their [Agent V2](https://replit.com), as well as the implementation by [stefanskiasan/semgrep-mcp-server](https://github.com/stefanskiasan/semgrep-mcp-server), but has evolved with significant architectural changes for enhanced and easier installation and main…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers