0latency-ai

0Latency

Community 0latency-ai
Updated

Persistent memory API for AI agents โ€” works with Anthropic, OpenAI, Gemini, and any AI framework

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

MCP Server ยท Populars

MCP Server ยท New