MCP Directory
Back

guild

by mathomhaus · Go · ★ 317

Shared context, memory, and task coordination across AI coding agents. Single Go binary, local SQLite, hybrid keyword and semantic search.

#agent-coordination#agent-memory#ai-agents#claude#claude-code#codex#cursor#golang#harness-engineering#local-first#mcp#mcp-server#sqlite

Install

go install github.com/mathomhaus/guild@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "guild": {
      "command": "npx",
      "args": [
        "-y",
        "github:mathomhaus/guild"
      ]
    }
  }
}

From the README

**Shared context, memory, and task coordination across AI coding agents.** [](https://github.com/mathomhaus/guild/actions/workflows/ci.yml) [](https://go.dev) [](./LICENSE) 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 hum…
Read full README on GitHub →

Related databases servers