
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@illodev/workfile
Advanced tools
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory — everything lives as Markdown with restricted frontmatter inside your repository, owned by git, readable without any tool.
This package ships the complete surface: the workfile CLI, the programmatic
core, a local HTTP API, a precompiled web interface and an MCP server for
agents. It depends on nothing but @types/node; installing it adds no runtime
tree to your project.
npm install -D @illodev/workfile # or pnpm add -D / yarn add -D / bun add -d
npx workfile init
npx workfile ui # local interface
npx workfile mcp # MCP server (stdio)
T-NNNN) with statuses, areas, claims with actor and
scope, hierarchy and archival. Sequential IDs heal deterministically after
parallel-clone collisions (workfile card renumber --duplicates).AGENTS.md,
CLAUDE.md, Cursor and Copilot as compact managed blocks; workfile agents context --card T-0001 returns a bounded context bundle.workfile doctor validates the whole workspace and exits
non-zero on errors, which makes it a natural CI and pre-commit gate.@illodev/workfile-search-local.Workfile never sends repository content to a network service by itself.
Point a client at it without installing anything. This is the invocation the
official registry publishes for
io.github.illodev/workfile:
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": ["-y", "@illodev/workfile", "mcp"]
}
}
}
mcp is a subcommand, not a binary. Append --root PATH when the client
starts somewhere other than the workspace, and --read-only to serve the read
tools alone.
Workfile is not an agent configurator. It does not install agents, ship a persona, route models or curate skills — tools like gentle-ai do that, and the two compose, because a well-configured agent still needs somewhere durable to write down what it did. Workfile answers what was done, who holds it and on what evidence, in files that outlive the agent, the session and this package. The boundaries section of the repository README makes the distinction concrete.
Shipped inside this package under docs/:
Part of the illodev/workfile monorepo —
a pnpm workspace whose private root carries the version every published
package ships with, in lockstep. The project develops itself with its own
protocol: the cards, changelog and memory of this package's development live
in the repository's .project/ directory.
FAQs
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
We found that @illodev/workfile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.