Quickstart
DogearAI is one memory layer your AI tools share over MCP. Write a memory in one tool, and every connected tool can recall it. Here's how to get running in about five minutes.
1. Create a free account
Sign up at www.dogearai.com/login. The free plan is enough to try everything — up to 200 memories across 2 spaces.
2. Generate an access token
In your dashboard, open MCP Setup (or Access Tokens) and click Generate. You'll get a token that starts with dg_.
The token is shown only once. Copy it somewhere safe before leaving the page — you can always regenerate a new one.
3. Connect your AI client
DogearAI speaks the Model Context Protocol (MCP), so any MCP-capable client can connect to a single endpoint:
https://www.dogearai.com/mcpPick your client to follow a step-by-step guide:
- Claude Code
- Cursor
- Claude Desktop
- Any other MCP client — same endpoint + token.
4. Write your first memory
Once connected, just tell your AI to remember something — for example, "Remember that I deploy with Vercel and prefer pnpm." DogearAI extracts and files it into a memory space. You can also review and organize everything from your dashboard.
5. Recall it anywhere
Open a new session — or a different tool — and ask something that needs that context. The connected client pulls the relevant memories from DogearAI automatically, so you don't re-explain yourself every time.
Next: Connect Claude Code →