Skip to content
Cursor

nable for Cursor

io.github.getnable/finops-mcp

See where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.

client:Cursor transport:stdio runtime:pypi

Install nable in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nable in other clients