Work Context Protocol
The job: Give coding agents durable, structured memory of the work itself: what you’re building, what’s in progress, what was decided, who said what.
Coding agents are smart in the moment and amnesiac across moments. WCP stores work items, documents, namespaces, and the links between them as markdown files in a git repo, exposed via a Model Context Protocol server. It started as scaffolding I wanted for my own agent workflows and turned out to be useful enough to publish. The open-source server runs locally; the hosted version is WCP Cloud.