MemoryNode quickstart

Goal: reach a stored memory and a successful retrieval with the least ceremony.

Path A — Console (fastest)

  1. Open console.memorynode.ai and sign in (Google, GitHub, or email link).
  2. A default project is created for you; an API key is minted automatically when none exists.
  3. On Home, complete Your first memory in under a minute: copy the API key if shown, Save sample memory, then Run sample search. Note each response’s x-request-id header — support and POST /v1/feedback use it.
  1. For more keys or rotation: Settings → API keys.

Path B — MCP (editors and agents)

  1. Install the stdio server: npm install -g @memorynodeai/mcp-server
  2. Copy examples/cursor-mcp-config.json into your MCP client config.
  3. Export MEMORYNODE_API_KEY (create a key from the console if you have not already).
  4. Use tools such as recall, context, and memory from your client.

Then

Read INTEGRATION.md for the two REST calls almost every product wires first (POST /v1/memories, POST /v1/search).

When you need exhaustive field-level detail, use docs/external/openapi.yaml and docs/external/API_USAGE.md.