MCP-Server-para-Auditoria-de-Logs-e-Seguranca-Preventiva

radarmultinivel/MCP-Server-para-Auditoria-de-Logs-e-Seguranca-Preventiva
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Um servidor MCP corporativo que expõe ferramentas para a LLM ler, filtrar e auditar logs massivos de servidores (formatos Nginx, Docker ou JSON tradicionais). Ele permite que o modelo (como o Claude Code ou Cursor) investigue picos de erros ou anomalias detetadas sem expor o terminal completo à IA.
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": {
    "mcp-server-para-audi": {
      "command": "npx",
      "args": [
        "-y",
        "radarmultinivel/MCP-Server-para-Auditoria-de-Logs-e-Seguranca-Preventiva"
      ]
    }
  }
}