io.github.jghiglia2380/0latency icon

0Latency Memory

by Jghiglia2380

io.github.jghiglia2380/0latency

Persistent memory layer for AI agents. Sub-100ms recall, semantic search, knowledge graphs.

Version 1.0.0 · latest
AI Tools
Remote (SSE)

0Latency Memory · v1.0.0 (latest)

by Jghiglia2380

60

0Latency

Long-term memory for AI agents that actually works.

Quick Start

npm install @0latency/mcp-server

Add to your MCP settings:

{
  "mcpServers": {
    "0latency": {
      "command": "npx",
      "args": ["-y", "@0latency/mcp-server"],
      "env": {
        "ZEROLATENCY_API_KEY": "your-api-key"
      }
    }
  }
}

Get your API key at 0latency.ai

Documentation

What is 0Latency?

0Latency is a multi-tenant memory API for AI agents. Extract, store, and recall contextual memories with semantic search, automatic deduplication, and sub-100ms retrieval.

Features

  • 🧠 Long-term memory storage across sessions
  • 🔍 Semantic search with vector embeddings
  • ⚡ Sub-100ms cached query performance
  • 🔄 Automatic deduplication (>92% similarity)
  • 📊 Knowledge graph support
  • 🔐 Tenant-isolated, secure storage

License

MIT