Complete the setup below to connect your AI tool
Connect your AI tool in under 5 minutes
Follow these steps to give your AI infinite memory
Your API Key
This is your unique API key. Keep it secure!
Loading...
💡 Your API key is always visible here. Use "Regenerate Key" if you suspect it's been compromised.
⚠️ Important: Virtual File System (VFS)
When enabled, your AI agent can store files in your cloud memory instead of your local filesystem. This enables semantic file search across all your devices, but means files won't be on your local machine. Most users should leave this OFF.
💡 You can change this anytime in Settings. Changes take effect on your next AI tool restart.
Select your AI tool to see setup instructions
Using Windsurf, Cline, Continue, or another MCP tool? Choose "Other MCP Tool" for universal instructions.
View all 40+ compatible tools →
Set up Claude Code with your API key
~/.config/Claude/mcp.json
{
"mcpServers": {
"soulcraft-memory": {
"url": "https://memory.soulcraft.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY_HERE"
}
}
}
}
mcpServers sectionYOUR_API_KEY_HERE with your actual API keyTest Your Connection
Try these commands in your AI tool:
"Remember that I prefer TypeScript with 2-space indentation"
"What do you remember about my preferences?"
"Add a todo to implement user authentication"
The connection status above will update once connected!
Use these commands to locate it:
find ~ -name "claude_desktop_config.json" 2>/dev/null
Setup Guide