Session expired? Chat restarted? All your context—gone.
Namespace gives your AI agent permanent memory.
Every time your AI session ends—timeout, restart, new chat—your agent forgets everything. User preferences. Previous decisions. Work in progress. All gone.
"What was that API key you gave me?"
"I don't have access to previous conversations."
"What was that API key you gave me?"
"Your OpenAI key is sk-proj-..."
Store anything: preferences, facts, decisions, API keys
Semantic search in natural language—no exact queries needed
Delete by key or tags when memories expire or change
npm install -g @lobsterbarorg/namespace-mcp-server
# Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"namespace": {
"command": "npx @lobsterbarorg/namespace-mcp-server",
"env": {
"NAMESPACE_ID": "your-unique-id"
}
}
}
}# Store a memory
curl -X POST https://agent-memory-dun.vercel.app/api/namespace/my-agent/remember \
-H "Content-Type: application/json" \
-d '{"key": "api-key", "value": "sk-proj-123...", "ttl_days": 30}'
# Recall a memory
curl -X POST https://agent-memory-dun.vercel.app/api/namespace/my-agent/recall \
-H "Content-Type: application/json" \
-d '{"query": "What is my API key?"}'Connect your wallet above to pre-fund your namespace with USDC on Base. Then use the quickstart commands with your wallet address to deduct credits automatically.
1,000 calls/mo
Wallet = identity
$0.01 read / $0.05 write
USDC on Base
50K memories/mo
Stripe or crypto
500K memories + graph
Advanced features
100K calls/mo flat
USDC only
Theme, language, notification settings—never ask twice
Store securely, recall when needed, auto-expire
Resume tasks across sessions without losing context
Remember why you made that choice 3 weeks ago
Build long-term projects without starting over
Share memory between multiple AI agents