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
- Full Docs: docs.0latency.ai
- Website: 0latency.ai
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