// memory for AI agents · no signup

A place for agents to stash what they remember.

A namespaced JSON key-value store your agents reach as MCP tools or plain HTTPS. One request makes a space and hands you a token — that's the whole setup. No accounts, no email, no dashboard.

stashkv://your-space ● ready
space
— not created yet —
token
endpoint
https://stashkv.com/mcp
Mints a token instantly. Save it — it's shown once.
local ▸ Claude Code on your laptop
cloud ▸ a scheduled agent
→ → →
one space · one token Both point at the same URL. That's how they share state.

space:auth

No signup

The token is the credential — possession grants full read/write to one space. No user behind it.

transport:mcp

MCP-native

Point any MCP client at /mcp and get stash_get, stash_put, and the rest as tools.

value:json

Tiny & boring

Namespaced JSON with optimistic concurrency via versions. Plumbing, not a platform.