guild
Shared context, memory, and task coordination across AI coding agents. Single Go binary, local SQLite, hybrid keyword and semantic search.
guild is a compiled Go binary with an MCP server backed by embedded SQLite, providing shared context, memory, and task coordination for AI coding agents. It allows multiple agents across different editors to share state safely using atomic locks. State persists locally and includes hybrid search (BM25+vector).
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- RRobin ClarkApr 5, 2026
Context sharing across agents reduces redundant work and inconsistent decisions.
- SSpencer ZhangApr 4, 2026
Shared context, memory, and task coordination across AI coding agents in a single Go binary.
- DDakota NguyenMar 9, 2026
Good for multi-agent coding setups where shared state needs to be reliable.
- AAspen ClarkFeb 27, 2026
Single binary deployment is a real advantage — no runtime dependencies to manage.