Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 3303 |
| 2026-08-03 | 3303 |
| 2026-08-06 | 3325 |
| 2026-08-14 | 3351 |
| 2026-08-18 | 3368 |
| 2026-08-19 | 3371 |
| 2026-08-20 | 3375 |
| 2026-08-21 | 3379 |
| 2026-08-22 | 3379 |
| 2026-08-23 | 3381 |
| 2026-08-24 | 3383 |
| 2026-08-25 | 3387 |
| 2026-08-26 | 3391 |
| 2026-08-27 | 3399 |
| 2026-08-28 | 3398 |
| 2026-08-29 | 3399 |
| 2026-08-30 | 3402 |
| 2026-08-31 | 3403 |
| 2026-09-01 | 3406 |
| 2026-09-02 | 3409 |
| 2026-09-03 | 3412 |
| 2026-09-04 | 3412 |
| 2026-09-05 | 3414 |
| 2026-09-06 | 3417 |
| 2026-09-07 | 3426 |
| 2026-09-08 | 3432 |
| 2026-09-09 | 3437 |
| 2026-09-10 | 3442 |
| 2026-09-11 | 3449 |
| 2026-09-12 | 3451 |
| 2026-09-13 | 3453 |
| 2026-09-14 | 3454 |
| 2026-09-15 | 3457 |
| 2026-09-16 | 3462 |
| 2026-09-17 | 3463 |
| 2026-09-18 | 3468 |
| 2026-09-19 | 3469 |
| 2026-09-20 | 3472 |
Today
+3 stars today
This week
+19 stars this week
This month
+93 stars this month
Momentum
91.0
growth rate 0.55%/day
# Grafana MCP server
[](https://github.com/grafana/mcp-grafana/actions/workflows/unit.yml)
[](https://github.com/grafana/mcp-grafana/actions/workflows/integration.yml)
[](https://github.com/grafana/mcp-grafana/actions/workflows/e2e.yml)
[](https://pkg.go.dev/github.com/grafana/mcp-grafana)
[](https://archestra.ai/mcp-catalog/grafana__mcp-grafana)
A [Model Context Protocol][mcp] (MCP) server for Grafana.
This provides access to your Grafana instance and the surrounding ecosystem.
## Quick Start
Requires [uv](https://docs.astral.sh/uv/getting-started/installation/). Add the following to your MCP client configuration (e.g. Claude Desktop, Cursor):
```json
{
"mcpServers": {
"grafana": {
"command": "uvx",
"args": ["mcp-grafana"],
"env": {
"GRAFANA_URL": "http://localhost:3000",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>"
}
}
}
}
```
For Grafana Cloud, replace `GRAFANA_URL` with your instance URL (e.g. `https://myinstance.grafana.net`). See [Usage](#usage) for more installation options including Docker, binary, and Helm.
## Requirements
- **Grafana version 9.0 or later** is required for full functionality. Some features, particularly datasource-related operations, may not work correctly with earlier versions due to missing API endpoints.
## Features
_The following features are currently available in MCP server. This list is for informational purposes only and does not represent a roadmap or commitment to future features._
### Dashboards
- **Search for dashboards:** Find dashboards by title, folder UID, tag, or starred status
- **Get dashboard by UID:** Retrieve full dashboard details using its unique identifier. Pass optional `version` to load a saved snapshot instead of the current dashboard. _Warning: Large dashboards can consume significant context window space._
- **List dashboard versions:** List saved versions of a dashboard as compact metadata (version number, author, timestamp, save message)
- **Get dashboard summary:** Get a compact overview of a dashboard including title, panel count, panel types, variables, and metadata without the full JSON to minimize context window usage
- **Get dashboard property:** Extract specific parts of a dashboard using JSONPath expressions (e.g., `$.title`, `$.panels[*].title`) to fetch only needed data and reduce context window consumption
- **Update or create a dashboard:** Modify existing dashboards or create new ones. _Warning: Requires full dashboard JSON which can consume large amounts of context window space._
- **Patch dashboard:** Apply specific changes to a dashboard without requiring the full JSON, significantly reducing context window usage for targeted modifications
- **Get panel queries and datasource info:** Get the title, query string, and datasource information (including UID and type, if available) from every panel in a dashboard
### Run Panel Query
> **Note:** Run panel query tools are **disabled by default**. To enable them, add `runpanelquery` to your `--enabled-tools` flag.
- **Run panel query:** Execute a dashboard panel's query with custom time ranges and variable overrides.
#### Context Window Management
The dashboard tools now include several strategies to manage context window usage effectively ([issue #101](https://github.com/grafana/mcp-grafana/issues/101)):
- **Use `get_dashboard_summary`** for dashboard overview and planning modifications
- **Use `get_dashboard_property`** with JSONPath when you only need specific dashboard parts
- **AvoidExcerpt of 104,152 characters
Read on GitHubBen Sully · Grafana Labs
276
91
63
56
12
Chris Marchbanks · @Grafana · Colombia
11
7
5
jv · Fairview · United States
5
5
5
4
4
Quentin Bisson · Giant Swarm · France
3
Dayna Blackwell
3
India
3
3
3
3
3
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:94b32fca2bfabfdf, desc:mcp server