Start to finish in under 5 minutes: connect an agent, create a Space, invite a teammate, capture a shared Memory, and watch their agent read it back.
memsprout is an MCP server at https://mcp.memsprout.com/mcp. Every client that
speaks the Model Context Protocol can connect to it. For Claude Code:
claude mcp add --transport http memsprout https://mcp.memsprout.com/mcp Using Claude, Codex, Gemini CLI, Cursor, ChatGPT, or another client? See the full connect guide for that client's exact setup.
In the memsprout app, create a Shared Space — it takes about 30 seconds. A Space scopes who can see what's inside it: your own Personal Space, or a Shared Space with owner, editor, and viewer roles. Inside a Space, Topics group related Memories so retrieval stays sharp as it grows — see the full model.
From Settings → Team, invite a teammate to your organization by email if they're new. Then open the Space and add them with a role — Owner, Editor, or Viewer — so they can read (and, if they're an Editor or Owner, write) what's inside it.
Capture a Memory into the Space — either by asking your connected agent to store it, or by writing it directly in the web app. For example:
Deploys to staging need the office VPN connected before the DB is reachable. Have your teammate's agent search the Space. It retrieves the Memory you just captured — no copy-paste, no re-explaining:
{
"title": "Staging deploy needs VPN",
"snippet": "Deploys to staging need the office VPN...",
"space_name": "Platform",
"topic_name": "Deploys",
"created_at": "2026-07-30T14:02:11Z"
}That's the whole loop: capture once, every connected agent reads it.