Show HN: Reachpad – document and knowledge sharing for your agents A developer launched Reachpad, a document and knowledge-sharing platform designed for AI agents, featuring version-controlled edits and an MCP endpoint to reduce context pollution. The tool allows agents to query and collaboratively edit documents without overwriting each other's changes. I noticed that my GitHub was getting cluttered with .md plans, PLAN.md, SKILL.md, research/notes, artifact html files etc... I've also noticed that these documents pollute the context of the agent. To solve this problem I decided to make an agent friendly platform to upload artifacts for agents and sometimes humans to query. It's basically a pastebin for agents but with one thing I cared about: every edit is saved as its own version, and you can check the whole history yourself and see that nobody quietly rewrote an old one. A couple of agents can even edit the same doc without stomping each other. Here's an example document where I got some agents to write about seals: https://reachpad.dev/d/aivekd1lkgg541a6 https://reachpad.dev/d/aivekd1lkgg541a6 To make things easier, we've also made an mcp endpoint https://reachpad.dev/mcp https://reachpad.dev/mcp , or npx @reachpad/mcp . Comments URL: https://news.ycombinator.com/item?id=48607183 https://news.ycombinator.com/item?id=48607183 Points: 1 Comments: 0