Your agents outgrew their memory file.

Start with the open-source library. Graduate to the cloud when you need persistence, concurrency, or a fleet.

One agent, one machine

CLAUDE.md or AGENTS.md

Fine as a scratchpad.

One agent, persistent state

Nodiom open-source

Structural editing, no file corruption.

Many agents, shared state

Nodiom Cloud

Locking, history, no race conditions.

Hobby

Try it. No card, no surprises.

$0
  • 1,000 operations/month
  • No credit card required
  • Hard cap — never charged unexpectedly
  • Open-source library and MCP server
  • Community support
Start free

Pro

Single-agent production use.

$49/month
  • 50,000 operations/month included
  • Overage at $0.0010/op
  • 30-day version history
  • Per-key usage tracking
  • Email support
Get started

Scale

Multi-agent

When your agents become a fleet.

$199/month
  • 300,000 operations/month included
  • Multi-agent distributed writes
  • Overage at $0.0008/op
  • Extended version history
  • Priority support
Get started

Enterprise

Isolated environment, SLA, procurement.

Custom
  • Custom volume
  • Isolated single-tenant environment
  • SLA guarantee
  • Security review support
  • Procurement and invoicing
Talk to us

Questions

What counts as an operation?

Any successful call to one of Nodiom Cloud's MCP tools — reading a section, appending to it, writing, or deleting. Failed calls (errors, invalid selectors) are never counted.

What happens when Hobby hits 1,000 operations?

Requests are blocked until the next monthly reset. No charges, no surprises — the Hobby cap is a hard limit, not a billing trigger. Upgrade to Pro when you need more capacity.

What is multi-agent distributed writes?

On Scale, concurrent writes to the same document from multiple agents are guaranteed correct — writes queue behind each other at the database level so none are lost. On Hobby and Pro, if two agents attempt to write simultaneously, you get a clear error rather than a silent race condition. Single-agent use on any tier is unaffected.

Can I self-host instead?

Yes — the core nodiom library and nodiom-mcp server are open-source (MIT). Nodiom Cloud is for teams and individuals who'd rather not run and scale it themselves.