infracost for VS Code
io.github.downatthebottomofthemolehole/infracost
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
client:VS Code
transport:stdio
runtime:npm
Install infracost in VS Code
.vscode/mcp.json
{
"servers": {
"infracost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs