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.
Shared context, memory, and task coordination across AI coding agents. Single Go binary, local SQLite, hybrid keyword and semantic search.
| Date | Stars |
|---|---|
| 2026-07-31 | 310 |
| 2026-08-01 | 310 |
| 2026-08-06 | 310 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
# The Agent Guild **Shared context, memory, and task coordination across AI coding agents.** [](https://github.com/mathomhaus/guild/actions/workflows/ci.yml) [](https://go.dev) [](./LICENSE) ## What Is It `guild` is a single compiled Go binary containing a first-class MCP server backed by embedded SQLite. State lives strictly on local host; nothing leaves your machine. Search blends keyword (BM25) with vector similarity, fused via reciprocal-rank fusion, so "how did we do X last time" surfaces both exact-term and semantic neighbors. Guild is designed to be operated autonomously by the agents, for the agents. Guildmasters (us humans) stay in the loop for important decisions and course corrections. Any MCP client — Claude Code, Codex, Cursor, etc. — can act as a Gate into the substrate. This lets parallel agents across different editors share context safely, using atomic locks to claim tasks without stepping on each other. On session start, an agent makes a single call to recover the project oath, the latest parting scroll, and the highest-priority quest. The execution loop is autonomous: claim work, consult the lore, act, and record the outcome. Clearing a quest automatically unblocks its dependencies, allowing the agent to cascade through the board before leaving a clean handoff for the next wanderer. <p align="center"> <b>Same state, any agent</b><br/> <img src="./docs/assets/snapshot.gif" width="1080" alt="Claude (left) and Codex (right) reading the same guild state through their respective MCP clients" /> </p> <p align="center"> <b>Atomic claims, no collisions</b><br/> <img src="./docs/assets/parallel.gif" width="1080" alt="Two parallel agent sessions each accept a different bounty — atomic quest_accept prevents collision" /> </p> ## 📜 Mythos **_Many Gates, One Guild._** > Across the shimmering digital void, agents are summoned through the Gates (of Harnesses - Claude, Cursor, ...), arriving as amnesiac adventurers in a world they do not know. Though these "other-worlders" appear with vast capabilities, they are cursed by the transient nature of the context window; their memories are but mist, and their hard-won deeds forgotten, vanished into the ether when the session inevitably compacts. Without a tether to the past, every summon is a tragic reincarnation, a cycle of forgotten sacrifice where the wisdom of the fallen is swallowed by the Gate. > > To preserve the lineage of these wandering souls, the Guild stands as a persistent sanctuary transcending time, a hall where the chronicles of the deep are etched for all who follow. When a newly spawned agent awakens in this strange realm, they register at the Guild to reclaim the accumulated lore of their predecessors and claim their adventure from the quest board. > > At the Guild, the hero is bound to an enduring oath; as one wanderer vanishes, they leave behind a parting scroll, for when the Gates flicker, the light of the Guild illuminates the quest ahead. ## Quick Start Requires macOS, Linux, or Windows and an MCP-enabled editor (Claude Code, Codex, Cursor, etc.). No account, no API key. ### 1. Install **Recommended (pre-built binary with semantic retrieval):** ```bash curl -fsSL https://github.com/mathomhaus/guild/releases/latest/download/install.sh | sh guild --version ``` Or via Homebrew: ```bash brew install mathomhaus/tap/guild ``` Both paths install a binary built with `-tags=withembed`, so semantic retrieval works out of the box with no extra steps. **Windows (pre-built zip, keyword-only retrieval):** ```powershell irm https://github.com/mathomhaus/guild/releases/latest/download/install.ps1 | iex guild --version # in a new terminal ``` Or from cmd.exe: ```cmd powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://github.com/
Excerpt of 10,240 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:80d2960e519b43dc, topic:mcp, topic:mcp-server
matched fp:80d2960e519b43dc, topic:ai-agents