Skip to content

iicmaster/quota-dashboard

v0.4.0MIT

Real-time Quota & Usage Monitor Web Dashboard for Antigravity (AGY).

Antigravity Quota Dashboard Plugin

Real-time Quota & Usage Monitor Web Dashboard for Antigravity (agy).

Features

  • Real-Time Quota Tracking: Visual status bars and reset countdown timers for Gemini and Claude/GPT model quotas.
  • AI Premium Credits: View remaining credits and upgrade link.
  • Account & Token Status: Check active model and authentication method.
  • RAW JSON Inspection: One-click JSON view and copy functionality for debugging agy outputs.
  • MCP Integration: Stdio MCP tools to fetch live quota and automatically launch the dashboard browser UI.

MCP Tools

  • get_quota: Fetch live model quota percentages, reset countdowns, credits, and active model status.
  • open_dashboard: Ensure the web dashboard server is active (default port 3838) and optionally launch the default browser (openBrowser: true).

Manual Usage

Start the dashboard server directly:

node plugins/quota-dashboard/server.js

Or run the shell script:

./plugins/quota-dashboard/start.sh

Open http://localhost:3838 in your browser.