guild: 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).; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Multi-agent coordination on the same project
Deep repository research and analysis (e.g., architecture, contributors, issues)