Your AI agent is leaking context.
Every. Single. Session.

Session expired? Chat restarted? All your context—gone.
Namespace gives your AI agent permanent memory.

See Pricing →Quick Start

What is "Context Leak"?

Every time your AI session ends—timeout, restart, new chat—your agent forgets everything. User preferences. Previous decisions. Work in progress. All gone.

❌ Without Namespace

"What was that API key you gave me?"
"I don't have access to previous conversations."

✅ With Namespace

"What was that API key you gave me?"
"Your OpenAI key is sk-proj-..."

How It Works

🧠
1. Remember

Store anything: preferences, facts, decisions, API keys

🔍
2. Recall

Semantic search in natural language—no exact queries needed

🗑️
3. Forget

Delete by key or tags when memories expire or change

Quick Start

Option 1: MCP Server (Claude Desktop)

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"
      }
    }
  }
}

Option 2: Direct API

# 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?"}'

Option 3: Connect Wallet & Test Live

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.

Pricing

Free

$0

1,000 calls/mo

Wallet = identity

Pay-as-you-go

x402

$0.01 read / $0.05 write

USDC on Base

POPULAR

Dev

$12

50K memories/mo

Stripe or crypto

Pro

$49

500K memories + graph

Advanced features

Agent

$8

100K calls/mo flat

USDC only

Use Cases

👤
User Preferences

Theme, language, notification settings—never ask twice

🔑
API Keys & Secrets

Store securely, recall when needed, auto-expire

📝
Work in Progress

Resume tasks across sessions without losing context

🎯
Decision History

Remember why you made that choice 3 weeks ago

🔗
Cross-Session Context

Build long-term projects without starting over

🤖
Agent Coordination

Share memory between multiple AI agents