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
By Sidd27
Installation
npx -y infrawiseConfiguration
{
"mcpServers": {
"infrawise": {
"command": "npx",
"args": ["-y", "infrawise"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes