From d54b2c27b1d21808e49b23b72d5a5c7926150e41 Mon Sep 17 00:00:00 2001 From: chaandannn Date: Wed, 19 Aug 2026 14:33:55 -0500 Subject: [PATCH] Add nable: local-first FinOps MCP for cloud and AI spend There is no cost or FinOps MCP in the catalog today. nable answers spend questions across AWS, Azure, GCP, Kubernetes and 15+ SaaS and AI providers, and drafts the Terraform fix as a pull request a human reviews. Runs with uvx, like the nine existing uvx components. Needs no API key in the config: it reads the cloud credentials already on the machine. Co-Authored-By: Claude Opus 5 --- cli-tool/components/mcps/devtools/nable.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cli-tool/components/mcps/devtools/nable.json diff --git a/cli-tool/components/mcps/devtools/nable.json b/cli-tool/components/mcps/devtools/nable.json new file mode 100644 index 000000000..dbd534178 --- /dev/null +++ b/cli-tool/components/mcps/devtools/nable.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "nable": { + "description": "Local-first FinOps server for cloud and AI spend. Answers cost questions across AWS, Azure, GCP, Kubernetes and 15+ SaaS and AI providers, detects anomalies against a rolling baseline, tracks LLM spend by model, and drafts the Terraform fix as a pull request a human reviews. Runs on your machine: credentials stay in your OS keyring and cost data caches in a local SQLite database. Propose-only, so it never changes your cloud on its own.", + "command": "uvx", + "args": ["nable"] + } + } +}