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.
One gateway in front of every protocol. Same policy across MCP, LLMs, databases and containers. Wire-level enforcement at under 5ms.
| Date | Stars |
|---|---|
| 2026-07-31 | 773 |
| 2026-08-05 | 776 |
| 2026-08-06 | 776 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<h4 align="center"> <sub><b>NEW</b> · Agent in the loop — Using AI to assess the risk of one-off operations. <a href="#whats-new"><b>Read more →</b></a></sub> </h4> <h1 align="center"> One Gateway Between Your Team and Your Infrastructure. </h1> <h3 align="center"> hoop.dev is a layer 7 gateway that masks sensitive data, blocks dangerous commands, approves risky writes, and records every session inline, before anything reaches your infrastructure. </h3> <p align="center"> Engineers · AI Agents · MCP Clients · Services · Support/QA </p> <p align="center"> Open-source. Used by NYSE-listed companies. 5,000+ databases protected. </p> <p align="center"> <a href="https://github.com/hoophq/hoop/releases"><img src="https://img.shields.io/github/v/release/hoophq/hoop?style=flat-square" alt="release"></a> <a href="https://github.com/hoophq/hoop/blob/main/LICENSE"><img src="https://img.shields.io/github/license/hoophq/hoop?style=flat-square" alt="license"></a> <a href="https://hub.docker.com/r/hoophq/hoop"><img src="https://img.shields.io/docker/pulls/hoophq/hoop?style=flat-square" alt="docker pulls"></a> <a href="https://github.com/hoophq/hoop/stargazers"><img src="https://img.shields.io/github/stars/hoophq/hoop?style=flat-square" alt="stars"></a> </p> <p align="center"> <a href="#quick-start">Quick start</a> · <a href="#how-it-works">How it works</a> · <a href="https://hoop.dev/docs/quickstart/overview">Connectors</a> · <a href="#vs-alternatives">vs alternatives</a> · <a href="#whats-new">What's new</a> · <a href="https://hoop.dev/docs">Docs</a> </p> --- ## What is hoop? hoop is an open-source layer 7 gateway that sits between users (engineers, AI agents, service accounts) and infrastructure (databases, Kubernetes clusters, servers, APIs). Every query and command passes through at the wire protocol level, where the gateway can: - **Mask sensitive data in responses** — ML-powered classification, not regex pattern matching, applied before bytes leave the gateway. - **Block dangerous commands before they execute** — `DROP TABLE`, `rm -rf`, `DELETE` without `WHERE`, configurable per role and per backend. - **Require human approval for risky operations** — Slack or Teams workflow, time-bound, fully logged. - **Record every session** — full replay of SQL, shell, kubectl, and HTTP traffic, indexed by user, table, and query. No agents on endpoints. No schema discovery. No code changes. Deploy the gateway, connect your identity provider, define your rules. --- ## Who is hoop for? Teams where engineers or AI agents access production infrastructure. If your developers run queries against databases with customer PII, execute commands on production Kubernetes clusters, or use AI coding assistants against real systems, hoop gives you visibility and control over what happens inside those sessions and what data is allowed to leave them. --- ## The problem, concretely An engineer pulls recent payments to investigate a customer report: **❌ Without hoop** ```sql SELECT * FROM payments LIMIT 10; ``` ``` id | customer_email | card_number | amount | status -------+-------------------------+----------------------+--------+---------- 84021 | [email protected] | 4532-1024-5678-9012 | 49.99 | settled 84022 | [email protected] | 5412-7510-3344-1182 | 120.00 | settled 84023 | [email protected] | 4716-9923-1144-5577 | 24.99 | refunded 84024 | [email protected] | 5577-3344-9911-2266 | 89.50 | settled 84025 | [email protected] | 4111-2222-3333-4444 | 15.00 | failed ... ``` 10 rows of real card numbers and emails. Now in `psql` history, in the screenshot the engineer pasted into Slack, and in the CSV they exported to debug locally. **✅ With hoop** ```sql SELECT * FROM payments LIMIT 10; ``` ``` id | customer_email | card_number | amount | status -------+-----------------------+---------------------+--------+---------- 84021 | j****@*****.com
Excerpt of 12,657 characters
Read on GitHub732
288
107
98
73
70
66
34
16
15
7
6
3
2
1
1
Dat Tran · DATANOMIQ · Germany
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7ba817bb9ca226e6, topic:llm
matched fp:7ba817bb9ca226e6, topic:mcp