Add quota-dashboard-mcp to Companion Apps & GUIs#613
Conversation
📝 WalkthroughWalkthroughThis PR adds a single new entry, quota-dashboard-mcp, to the "Companion Apps & GUIs" table in README.md, describing an MCP server with a local dashboard for subscription quota monitoring, noting environment-variable-only token handling, zero telemetry, and an npx install command. ChangesREADME update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related PRs: None found. Suggested labels: documentation Suggested reviewers: rohitg00 🐰 A poem from the reviewbotA tiny row hops into the list, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add quota-dashboard-mcp to the Companion Apps & GUIs section.\n\nWhy it fits\n- The toolkit is Claude Code-focused, and Claude Code Max users have no built-in way to see remaining subscription quota / reset time.\n-
quota-dashboard-mcpis an MCP server + local web dashboard that surfaces real-time Claude Code Max quota alongside Kimi and Z.ai usage.\n- It runs entirely on localhost; provider tokens are read from environment variables only and are never persisted or sent anywhere except the provider APIs.\n\nInstall\nbash\nnpx -y quota-dashboard-mcp@latest\n\n\nPrivacy note\nZero telemetry. Tokens stay in env vars and browser memory only.\n\n_Disclosure: this is my own side project. I previously submitted a mock-only version (#609); this PR replaces it with the real API-integrated MCP server._\nSummary by CodeRabbit