Xylem: Managing Agent Memory and Collaboration via Git

Rofl_im_jonny · reddit · 2026-07-13

This Reddit post introduces Xylem: a zero-dependency MCP stack for AI agent memory, collaboration, and knowledge retention.

The author's problems when multiple agents share a repository included:

To solve this, they built three MCP servers:

Its current retrieval is lexical: based on token overlap and tag weighting, without embeddings. The author mentions running benchmarks on query rewriting, which proved sufficient at the current scale, and notes they will switch to semantic retrieval if data proves it necessary.

The project can run locally or remotely via Cloudflare Workers, and it is already listed on the official MCP registry, making installation very low-friction.

Original post →

More from coding & agent

coding & agent channel →