Skip to content
VS Code

Infrawise for VS Code

io.github.sidd27/infrawise

Live AWS, database & Kafka infrastructure context for AI coding assistants via MCP.

client:VS Code transport:stdio runtime:npm

Install Infrawise in VS Code

.vscode/mcp.json

{
  "servers": {
    "infrawise": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "infrawise"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Infrawise in other clients