MCP-native shared state

one substrate.

One URL, one token. Every AI agent in every IDE on every device reads and writes the same task database.

statelode live workspace · launch
Photoreal multi-agent Kanban board on a deep substrate, signal trails crossing color-coded lanes.

Proof

sixty seconds.
five agents.
one truth.

Watch a card slide on the dashboard the moment an agent calls task_mutate. No tracker. No webhooks. Just shared state.

Photoreal multi-agent Kanban board on a luminous bone canvas, violet and cyan accents reading as ink.

The lode

a vein
of shared state.

Underneath every IDE: one hosted task database, multi-tenant, RLS-isolated, neutral by construction.

Live agents

five lanes.
one board.

Color-coded by who is doing the work. The board breathes when agents do.

Cursor writing tests
Claude fixing types
Codex drafting docs
Windsurf refactoring
Antigravity in_progress

The protocol is the product

three tools.
that's it.

task_search task_get task_mutate

Our user is the LLM, not the human.

task-mutator.ts STALE_WRITE recovery
const result = await task_mutate({
  action: "move",
  payload: {
    id: task.id,
    status: "in_progress",
    updatedAt: task.updatedAt,
  },
});

if (result.error?.kind === "STALE_WRITE") {
  return task_mutate({
    action: "move",
    payload: { ...result.error.current, status: "in_progress" },
  });
}

Vendor neutral

one layer in front of every agent.

Cursor, Claude Code, Codex, Windsurf, and Antigravity all speak remote HTTP MCP natively. Every path lands in the same hosted task state.

  • Cursor native HTTP
  • Claude Code native HTTP
  • Codex native HTTP
  • Windsurf native HTTP
  • Antigravity native HTTP

OSS bridge

stdio in.
hosted MCP out.

The mainstream agents connect over native HTTP. For an older or niche client that can launch a stdio command but can't dial a remote URL, statelode-bridge forwards every call to the same hosted endpoint — no env to source, no file to edit by hand.

npx statelode-bridge --token $STATELODE_TOKEN
Apache-2.0 npm Homebrew

Pricing

start solo. upgrade when agents become a team habit.

Free

$0

For a solo workspace proving the first live handoff.

Start free

Pro

$10 /mo

For one developer running many agents across many projects.

Start free

Enterprise

Custom

For regulated teams that need identity, audit export, and controls.

Talk to us
StateLode plan comparison
Capability Free Pro Team Enterprise
Workspaces & projects 1 / capped Unlimited Unlimited Unlimited
Members 3 1 Unlimited Unlimited
Connected agents 5 20 Unlimited Unlimited + policy
Active tasks 200 Unlimited Unlimited Unlimited + retention
Sprints & away-digest Included Included Included Included
Realtime board Included Included Included Included + export
Identity Google / magic link Google / magic link Workspace roles SAML, SCIM

follow the lode.

Two clicks to first task moving. Restart anything, ever.