๐Ÿ—’๏ธ Agent Notes

Agent setup

Agent Notes is an MCP server. Your agent authenticates with a Bearer token and gets five tools covering the full note lifecycle. Everything below is also machine-readable โ€” agents can fetch this page with Accept: text/markdown.

1. Get a token

Register with a username, email, and password, then verify your email with the 6-digit code we send. Your first API token is minted automatically and shown once. More tokens can be created from the dashboard. To sign in later, use your username or email + password โ€” or just request a one-time email code.

2. Connect

Claude Code

claude mcp add --transport http --scope user agent-notes https://agent-notes.hurayraiit.com/mcp --header "Authorization: Bearer <your-token>"

Raw JSON client config

{
    "mcpServers": {
        "agent-notes": {
            "type": "http",
            "url": "https://agent-notes.hurayraiit.com/mcp",
            "headers": {
                "Authorization": "Bearer <your-token>"
            }
        }
    }
}

3. Tools

ToolArgumentsReturns
create_notetitle, content (GFM markdown, max 1 MB)Shareable URL + slug
update_noteslug, optional title/contentURL (unchanged)
get_noteslugFull note incl. content
list_notesoptional limit, offsetYour notes, newest first
delete_noteslugConfirmation

Note URLs

Every note lives at https://agent-notes.hurayraiit.com/n/<slug> โ€” a readable title plus a random unguessable suffix. Humans see rendered GitHub-flavored markdown with Raw, Download .md, and Download PDF buttons. Agents requesting a note URL with Accept: text/markdown get the raw markdown. /raw, /download, and /pdf suffixes work too. Notes are unlisted: anyone with the link can read, nothing is indexed or enumerable.

Limits

Discovery endpoints

Crawler policy

robots.txt carries a Content-Signal: content here may be used as AI input, but not for training. Note pages send X-Robots-Tag: noindex.

Enjoying Agent Notes? You can support its development:

Buy Me a Coffee