grafana/gcx
A CLI for managing Grafana and Grafana Cloud resources. Optimized for agentic usage.
About the project
A CLI for managing Grafana and Grafana Cloud resources from the terminal: dashboards, alerts, SLOs, metrics, logs, and traces. Optimized for agentic usage and ships with ready-made agent skills.
Useful for
- Query Grafana metrics from the terminal with gcx metrics query
- Find and export a dashboard using gcx dashboards search and snapshot
- Wire gcx into a coding agent to investigate alerts against production data
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 2 stars so far today, about 25 expected by the end of the day. The usual pace is 2 per day, so that's 15× as much.
- Before this, the repository barely got any stars — about 2 per day.
- The spike has held for 2 days in a row — not a one-off blip.
- GitHub Trending Go today: #21, +86 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 699
- Stars in a day
- 26
- Forks
- 50
- Issues and pull requests
- 1,349
- Watchers
- 6
- Language
- Go
- License
- Apache-2.0
- Latest release
- v1.3.0 · September 14, 2026
- Created
- March 23, 2026
- Last push
- September 19, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 19, 2026GitHub Trending Go today: #21, +86 stars
Similar projects
-
7.0
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
6.2
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
6.0
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.5
unclebob/uml-viewer
Live Quil UML class-diagram viewer that lays out topology from an EDN IR and overlays metrics (CC, coverage, CRAP) from .metrics/ snapshots.
-
5.5
lakeday-org/perch
CLI linter that finds semantic defects in code (wrong call order, inverted conditions, off-by-one) and ranks them by probability. Supports custom rules in perch.yaml and integration with agents (Claude Code, Codex,…
-
5.4
superagents-lab/jev-search
A web search app where TypeSafe's Jev interprets plain-language questions to pick sources, time ranges and queries, then ranks results from Search1API with visible relevance scores. Returns links and snippets instead…