Stats
Actions
Tags
This LSP server requires infracost-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"infracost": {
"command": "infracost-ls",
"extensionToLanguage": {
".tf": "terraform",
".hcl": "hcl",
".yml": "yaml",
".json": "json",
".yaml": "yaml"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
infracost-lsstdioInitialization options and workspace settings
npx claudepluginhub infracost/agent-skills --plugin infracost