infracost for Cursor
io.github.downatthebottomofthemolehole/infracost
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
client:Cursor
transport:stdio
runtime:npm
Install infracost in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"infracost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs