kimi-code-usage

Golden0Voyager/kimi-code-usage
★ 2 stars TypeScript Code/Dev Tools Updated 1mo ago
Kimi (Moonshot AI) Coding Plan API usage quota tracker — CLI + MCP Server + VSCode Extension
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": {
    "kimi-code-usage": {
      "command": "npx",
      "args": [
        "-y",
        "Golden0Voyager/kimi-code-usage"
      ]
    }
  }
}