memsprout ← Back to home
Quickstart

Connect your team's agents in 5 steps.

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.

01 Connect your agent

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.

02 Create a Space

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.

03 Invite a teammate

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.

04 Capture your first shared Memory

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.

05 Verify it reached your teammate's agent

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.

Where to go next

  • Connect — per-client setup for every supported MCP client.
  • Pricing — plans, seats, and the 14-day free trial.
  • Changelog — what's shipped recently.
  • Support — help if you get stuck.