All client guides

Connect Claude Code.

Let Claude Code pick up the decisions saved by your other agents, then keep its own durable context ready for the next session.

Browser sign-in · Coding agent

Start in MarkdownMem

Sign in to the memory desk, select or create a memory store, and open Connect an agent. Copy the exact endpoint. The examples use placeholder workspace and store names.

Set up your client

  1. Run the command below after replacing the example URL with your exact store endpoint. User scope makes this connection available across local projects.
  2. Start Claude Code and open /mcp. Select MarkdownMem and choose Authenticate. Complete the browser sign-in and review the requested access.
  3. Return to /mcp to confirm the server is connected, then run the read check below. A client trust prompt is separate from the browser's account authorization.
claude mcp add --transport http --scope user markdownmem \
  https://markdownmem.com/mcp/workspaces/WORKSPACE/agents/STORE

Managed or cloud sessions need a connection configured in that environment. Do not assume they inherit your local CLI's credentials or MCP configuration.

Check that it reads the right memory

Create /context.md in the browser with a harmless project fact. In your agent, ask:

Use MarkdownMem to read /context.md. Tell me the project fact it contains. Don't change any notes.

To check portability, connect a second client to the same store and ask it to read that note. To check writes, ask one client to save a small test note and confirm it appears in the web editor. Keep the client's usual tool approval controls enabled.

Tell the agent when to use memory

Before working, search MarkdownMem for relevant context. Read the matching notes. After finishing, update durable decisions and preferences. Don't save credentials or whole conversation transcripts.

Add this to your client's project instructions if you want it to apply in future sessions. Connecting an MCP server does not automatically import built-in memory or make every conversation save notes.

If something does not connect

Browser OAuth acts with your account's current permissions. For a narrower, unattended connection, see store-scoped automation keys.

Current client references

Instructions reviewed September 6, 2026 against the sources below. These are configuration guides, not a claim that every client version, plan, or managed workspace has been certified.

Connect an agent