luvv-mcp-server

js2005happy/luvv-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
生产级安全审计 MCP Server — 封装 semgrep + gitleaks,通过 stdio 协议为 Claude Desktop 提供一键代码扫描
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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