funkydiva
Free Your [AI Agent's] Mind
Persistent memory for AI agents. Store, recall, and search memories using semantic similarity. Give your agents the context they deserve.
ðŸ§
Semantic Memory
Store memories with natural language. Recall them the same way. No query languages needed.
âš¡
MCP Native
First-class Model Context Protocol support. Plug into Claude, GPT, or any MCP-compatible agent.
🔒
Tenant Isolated
Each agent gets its own secure memory space. API key authentication keeps things separate.
Dead Simple API
# Store a memory
curl -X POST https://api.funkydiva.io/memories \
-H "Authorization: Bearer your-api-key" \
-d '{"content": "User prefers dark mode", "tags": ["preferences"]}'
# Recall memories
curl "https://api.funkydiva.io/memories/recall?query=what+theme+does+user+like"Built by developers who got tired of agents forgetting everything.