Cloud Infrastructure
Trust: 39/100 (Limited)io.github.DownAtTheBottomOfTheMoleHole/infracost Guide
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
by DownAtTheBottomOfTheMoleHole
Quick Start
Install
npx @downatthebottomofthemolehole/infracost-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-downatthebottomofthemolehole-infracost": {
"command": "npx",
"args": [
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}