-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add nable: local-first FinOps MCP for cloud and AI spend #816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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"] | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: On machines whose default Python is <3.11 (Ubuntu 22.04 system Python, older pyenv setups), Prompt for AI agents
Suggested change
|
||||||
| } | ||||||
| } | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this component is merged, the dashboard continues reading committed generated catalogs that contain no
nableentry, causing the new MCP to remain absent from browsing and search; regenerate and commit the dashboard component artifacts with this source file.Knowledge Base Used: Components Catalog (cli-tool/components)