Raw notes · Structured facts · MCP-ready
Type what happened. Remember what matters.
memoato is a low-friction life logger that turns messy everyday notes into useful memory. Log health, training, family, money, errands, and context in plain text.
Plain text log
from app, chat, or MCP
Low energy today. Skipped gym, but walked 20 minutes after lunch. Slept badly again. Big client call at 9am.
Memoato understands
Energy low · today
Movement gym skipped · 20 min walk · after lunch
Context bad sleep again · client call at 9am
MCP
ChatGPT and automations can log directly.
Scoped API keys let clients create entries, search memory, and summarize metrics.
MCP setup
Connect Claude or Codex without installing Memoato
Add the hosted MCP endpoint, create a scoped Memoato API key, then paste it into your AI client setup.
Add to Codex
curl -fsSL https://api.memoato.com/mcp-codex | bash
The script asks for your API key from Profile -> API keys, then updates
~/.codex/config.toml.
Add to Claude Code
claude mcp add --transport http memoato https://api.memoato.com/mcp \
--header "Authorization: Bearer memoato_live_..."
The hosted endpoint exposes create, search, and summary tools. No local Memoato install required.
Config shape
{
"mcpServers": {
"memoato": {
"type": "http",
"url": "https://api.memoato.com/mcp",
"headers": {
"Authorization": "Bearer memoato_live_..."
}
}
}
}
Replace
memoato_live_... with a revocable key from Profile -> API keys.
…
Users
…
Categories
…
Entries
A memory system, not another habit app
Keep the input simple. Let the system do the sorting, labeling, and recall.
Raw log first
Write the thing naturally. The original note is always preserved.
Facts from text
Exercise, symptoms, temperature, money, duration, distance, and context become structured data.
Learns your defaults
If curls are usually 10 kg, Memoato can assume that and show it clearly.
MCP support
Let ChatGPT or small automations send raw entries through scoped, revocable API keys.
Forgiving review
Correct assumptions when needed. Skip the form when the guess is right.
Connects later
Todoist, calendar, mail, Obsidian, and wearable exports can become sources.
What it remembers
Messy real-life notes become timelines, totals, symptoms, and context you can actually use.
Training
Sets, weights, pain, and patterns
Log reps and notes in one sentence. See what changed before something hurt.
Read
Family and health
Symptoms, temperatures, and episodes
Remember who was sick, when it started, and how often it repeats.
Read
Life admin
Purchases, cars, errands, and reminders
Turn small logs into a searchable history of what you bought, fixed, paid, or promised.
Read
Early, open, and changing fast
memoato is being rebuilt around raw logging, structured memory, and useful recall.