Memory Layer for Claude Desktop
Add persistent memory to Claude Desktop. Works across all conversations — your Claude remembers everything.
Installation
Claude Desktop supports the Model Context Protocol (MCP) natively. Install the 0Latency MCP server:
npm install -g @0latency/mcp-server
Configuration
Add the MCP server to your Claude Desktop config file:
macOS
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"0latency": {
"command": "npx",
"args": ["-y", "@0latency/mcp-server@latest"],
"env": {
"ZERO_LATENCY_API_KEY": "zl_your_api_key_here"
}
}
}
}
Windows
Edit %APPDATA%\Claude\claude_desktop_config.json with the same configuration.
Sign up at 0latency.ai/login to get your API key. Free tier includes 10,000 memories.
Available Tools
Once configured, Claude Desktop will have access to these memory tools:
memory_add— Store memories from conversationsmemory_recall— Retrieve relevant context instantlymemory_search— Semantic search across all memoriesmemory_list— Browse and paginate stored memoriesmemory_delete— Remove specific memoriesmemory_graph— Explore entity relationshipslist_agents— Manage multiple agent namespaces
Usage Example
Once configured, Claude can automatically use memory tools:
You: Remember that my timezone is PST
Claude: [Uses memory_add to store this]
// Later, in a different conversation:
You: What time is it for me?
Claude: [Uses memory_recall to check your timezone]
Since you're in PST, it's currently...
Conversation Persistence
Memories persist across all Claude Desktop conversations. They're scoped to your API key, so your Claude always has access to relevant context no matter which conversation you're in.
Troubleshooting
MCP server not loading
Restart Claude Desktop after modifying claude_desktop_config.json. Make sure Node.js and npm are installed.
Can't find config file
If the config file doesn't exist, create it manually at the path shown above for your operating system.
Authentication errors
Verify your API key is correct. Get a new key from your dashboard.
Ready to add memory to Claude Desktop?
Get your API key and start using persistent memory in 60 seconds.
Get Started Free