Back to feed
Dev.to
Dev.to
7/14/2026
The Right Way to Start Claude Code on an AWS Project

The Right Way to Start Claude Code on an AWS Project

Short summary

Infrawise is an open-source npm tool that statically analyzes AWS infrastructure, database schemas, and codebase, then exposes that context to Claude Code via MCP. Setup is a single command that probes the environment, runs deterministic analysis, writes .mcp.json, and launches Claude Code with 21 infrastructure-aware tools. A 24-hour cache and in-session file watcher keep context fresh without manual restarts.

  • Single command setup: infrawise start --claude probes AWS, analyzes infrastructure, writes .mcp.json, and opens Claude Code
  • Deterministic analysis builds a graph of services, tables, indexes, and query patterns without any LLM involvement
  • 24-hour cache and file watcher keep infrastructure context fresh across sessions and during active coding

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more