0Latency Dashboard

Memory API for AI agents

Get Your API Key

Enter your email to receive your API key. Free tier: 10,000 memories.

Quick Start

Install the MCP server:

npx @0latency/[email protected]

Add to claude_desktop_config.json:

{ "mcpServers": { "0latency": { "command": "npx", "args": ["-y", "@0latency/[email protected]"], "env": { "ZERO_LATENCY_API_KEY": "your_key_here" } } } }