nosana-credits-cli

SohniSwatantra/nosana-credits-cli
★ 0 stars TypeScript API Integration Updated today
Superseded by nosana-mcp (https://github.com/SohniSwatantra/nosana-mcp): MCP server + CLI to deploy GPU workloads on Nosana with account credits.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nosana-credits-cli": {
      "command": "npx",
      "args": [
        "-y",
        "SohniSwatantra/nosana-credits-cli"
      ]
    }
  }
}