MemoryNode quickstart
Goal: reach a stored memory and a successful retrieval with the least ceremony.
Path A — Console (fastest)
- Open console.memorynode.ai and sign in (Google, GitHub, or email link).
- A default project is created for you; an API key is minted automatically when none exists.
- 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-idheader — support andPOST /v1/feedbackuse it.
- For more keys or rotation: Settings → API keys.
Path B — MCP (editors and agents)
- Install the stdio server:
npm install -g @memorynodeai/mcp-server - Copy examples/cursor-mcp-config.json into your MCP client config.
- Export
MEMORYNODE_API_KEY(create a key from the console if you have not already). - Use tools such as
recall,context, andmemoryfrom 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.