memoato
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
app, chat, MCP, or agent
raw saved first
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 20 min walk gym skipped · after lunch
Context bad sleep again client call at 9am
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. Codex also gets a local Memoato skill.

1
Read your categories

The agent can fetch your labels, units, and fields before it writes anything.

2
Label the raw log

It keeps your exact text, then attaches confident labels like Weight, Pull ups, or Football.

3
Create missing metrics

If no category fits, Memoato can create a new one with the right unit instead of losing the note.

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 and installs a Memoato logging skill.
Add to Claude Code
claude mcp add --transport http memoato https://api.memoato.com/mcp \
  --header "Authorization: Bearer memoato_live_..."
The hosted endpoint exposes category metadata, labeled raw entry creation, 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 AI agents 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.