memnode
Sign InSign Up

Agent quickstart

Choose hosted Memnode if your agents need shared memory across machines. Choose local MCP if everything should stay in one repo or laptop.

Hosted path

  1. Create an account in the dashboard.
  2. Provision a hosted tenant.
  3. Create a `memory.read` + `memory.write` token.
  4. Validate it via `GET /api/v1/whoami`.
  5. Point your app or example agent at the hosted API base URL.

Local path

Run the local data plane and keep `memnode mcp` on stdio. This remains the best fit for repo-local workflows and private experiments.

Related pages

Security model →Hosted API guide →Docs →