Files
chandan 94bf368a74 Add nable: local-first FinOps MCP for cloud and AI spend (#816)
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 <noreply@anthropic.com>
2026-08-19 21:51:40 -04:00

10 lines
559 B
JSON

{
"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"]
}
}
}