Choose Your Integration
pūrmemo works wherever you use AI. Choose the integration that fits your workflow.
Browser Extension
Automatically capture conversations from ChatGPT, Claude.ai, and Gemini directly in your browser. No manual saving required.
Installation
Install from Chrome Web Store
Click the extension icon and sign in
Chat with AI — pūrmemo saves automatically
Supported Platforms
ChatGPT
chat.openai.com
Claude
claude.ai
Gemini
gemini.google.com
Settings & Controls
- Master toggle: Enable/disable all auto-capture
- Platform toggles: Control each platform individually
- Real-time sync: Conversations sync to your dashboard
MCP Remote Server
RecommendedUse pūrmemo's hosted MCP server with any MCP-enabled platform. Zero installation, automatic updates, OAuth authentication.
Quick Setup (30 seconds)
Works with Claude.ai, ChatGPT, and any MCP-enabled platform:
Open your AI platform's Connectors or MCP settings
In Claude.ai: Click settings icon in chat input → Add connectors
Click "add a custom one" or similar option
Enter the pūrmemo MCP URL:
https://mcp.purmemo.ai/mcp/messagesAuthenticate with your pūrmemo account when prompted
Alternative: Claude Desktop Config File
For Claude Desktop users who prefer editing the config file directly:
Open Claude Desktop → Settings → Developer → Edit Config
Config: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Add this configuration:
{
"mcpServers": {
"purmemo": {
"type": "http",
"url": "https://mcp.purmemo.ai/mcp/messages"
}
}
}Restart Claude Desktop
Authenticate via OAuth when prompted — no API keys needed!
Claude Desktop handles OAuth with Dynamic Client Registration automatically
Why Remote?
- Works with Claude.ai, ChatGPT, Claude Desktop, and mobile
- No Node.js or npm required
- Automatic updates — always latest version
- Secure OAuth — no API keys to manage
MCP Local (API Key)
For DevelopersRun pūrmemo locally via npm with config files. For Cursor, Windsurf, Zed, and other MCP-compatible IDEs that require API key authentication.
Prerequisites: Node.js 18+ and an API key from app.purmemo.ai → Settings → API Keys
Choose Your Platform
Claude Desktop
Config: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": {
"PURMEMO_API_KEY": "your-api-key-here"
}
}
}
}Cursor IDE
Config: ~/.cursor/mcp.json
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": ["-y", "purmemo-mcp"],
"env": {
"PURMEMO_API_KEY": "your-api-key-here"
}
}
}
}Windsurf IDE
Config: ~/.windsurf/mcp.json
Same format as Cursor
Zed Editor
Config: ~/.config/zed/mcp.json
Same format as Cursor
Available Tools
| Tool | Description |
|---|---|
save_conversation | Save conversations with smart titles and context |
recall_memories | Search memories with natural language |
get_memory_details | Get full details of a specific memory |
discover_related_conversations | Find related discussions across platforms |
Frequently Asked Questions
Which integration should I use?
- Chrome Extension: If you use ChatGPT, Claude.ai, or Gemini in your browser
- MCP Remote: If you use Claude Desktop and want zero setup
- MCP Local: If you use Cursor, Windsurf, Zed, or want full control
You can use multiple integrations — all memories sync to the same account!
Is my data private and secure?
Yes! Your privacy is our top priority:
- Encrypted: All data encrypted in transit and at rest
- You own your data: Never sold or used for AI training
- Export anytime: Download all your memories
- 30-day recovery: Deleted items recoverable for 30 days
How much does pūrmemo cost?
- Free: 100 recalls/month, unlimited saves
- Pro ($9/mo): 1,000 recalls/month, priority support
Visit Pricing for full details.
Where do I get an API key?
- Sign up at app.purmemo.ai
- Go to Settings → API Keys
- Click "Create New Key"
- Copy and add to your MCP config
Troubleshooting
MCP Server Not Connecting
- Verify your config JSON is valid (use a JSON validator)
- Check API key is correct and not expired
- Restart your IDE/Claude Desktop after config changes
- For MCP Local: Ensure Node.js 18+ is installed (
node --version)
Chrome Extension Not Capturing
- Check you're signed in (click extension icon)
- Verify auto-capture is enabled in settings
- Refresh the AI platform page
- Check browser console for errors (F12 → Console)
Quota Exceeded Error
Free tier has 100 recalls/month. Your quota resets on the 1st of each month.
- Check usage in Settings → Billing
- Upgrade to Pro for 1,000 recalls/month
Contact Us
Support
General help
Founder
Feedback & features
Response time: We typically respond within 24 hours on business days.