Back to MCP Servers

Infrawise

Cloud infrastructure analysis for AI coding assistants — detects IaC drift, missing indexes, security gaps, and performance anti-patterns across AWS services and databases. 13 tools, works with Claude Code and Cursor.

cloud-platformsawssecurityperformanceai

Installation

npx -y infrawise

Configuration

{
  "mcpServers": {
    "infrawise": {
      "command": "npx",
      "args": ["-y", "infrawise"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub