Agent Memo is a remote MCP server. Connect it once, complete the secure OAuth flow, and your agent can capture and retrieve project context across sessions.
01 / Server endpoint
Start with this URL.
Use the same remote endpoint in each client. Agent Memo uses Streamable HTTP and WorkOS OAuth to authenticate your account.
https://agent-memo.servix.workers.dev/mcp
02 / Choose your client
Four ways in.
Add the endpoint using the instructions for your agent. Do not add a static Authorization header when using OAuth.
01
Claude Code
Add Agent Memo from the CLI, then authenticate in Claude Code.
claude mcp add --transport http agent-memo https://agent-memo.servix.workers.dev/mcp
claude mcp login agent-memo
You can also run /mcp inside Claude Code and select Agent Memo to start the browser flow.