Skip to content
Claude Desktop

DevOps & Cloud Code Auditor for Claude Desktop

io.github.ansarii/devops-code-auditor

Detects database migration table locks, terraform cost leaks, and OWASP API flaws.

client:Claude Desktop transport:streamable-http

Install DevOps & Cloud Code Auditor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "devops-code-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://neon_innovation_lab--devops-code-auditor.apify.actor/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

DevOps & Cloud Code Auditor in other clients