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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related ai & ml servers