nolyo docs

Getting started

Quick start

Connect your first AI client and save your first document. About two minutes, no credit card.

  1. Create your account

    Sign up at https://app.nolyo.net/signup and verify your email. You land on an empty dashboard — your workspace.

  2. Pick how your client connects

    nolyo speaks MCP over Streamable HTTP. There are two ways in:

  3. Connect

    Follow the guide for your client. The fastest path, for Claude Code, is a single command:

    claude mcp add --transport http nolyo https://app.nolyo.net/mcp --header "Authorization: Bearer nly_..."
    Endpoint

    Your MCP endpoint is always https://app.nolyo.net/mcp. Whatever the client, that's the URL you point it at.

  4. Verify the connection

    Ask your AI to call the whoami tool. It should return your email — proof the link is live and authenticated as you.

  5. Save your first document

    Just ask, in plain language:

    "Save this as a note in nolyo called kickoff."

    Claude creates a collection if needed and writes the document. Refresh your dashboard and it's there — open it, edit it, and next session your AI can read it back. That's the round-trip.

Next