Skip to content
VS Code

nable for VS Code

io.github.chaandannn/finops-mcp

Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor.

client:VS Code transport:stdio runtime:pypi

Install nable in VS Code

.vscode/mcp.json

{
  "servers": {
    "finops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "finops-mcp"
      ]
    }
  }
}

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

nable in other clients