45-second demo
One prompt to setup — watch how PersistQ stores, searches, and retrieves memories in real-time
Everything you need to add semantic memory to your AI agents.
Generate embeddings locally with Transformers.js (384d). Your data never leaves your infrastructure.
Powered by pgvector with cosine similarity. Query your memories naturally and get relevant results every time.
Hybrid keyword + vector search ensures you never miss important memories, whether the query is fuzzy or exact.
Average latency of ~200ms means your AI agents never wait. Optimized for production workloads at scale.
Integrates seamlessly with Claude Code and GitHub Copilot CLI via Model Context Protocol. Simple setup, powerful memory.
Choose the integration that works best for your workflow
12345678910111213141516171819import { createClient } from 'persistq-sdk'; const client = createClient({ baseUrl: 'https://api.persistq.com', apiKey: process.env.PERSISTQ_API_KEY,}); // Store a memoryawait client.createMemory( 'User prefers dark mode', 'preferences', { tags: ['ui', 'settings'] }); // Search memoriesconst results = await client.searchMemories( 'user preferences', { limit: 10 });Add persistent memory to any AI application
Give your assistant long-term memory of preferences, tasks, and interactions.
Example: Claude remembers your tech stack (Next.js + PostgreSQL + Tailwind) and stops suggesting React class components or MongoDB.
Add a persistent knowledge layer to multi-step agents.
Example: Your AI support agent remembers each user's last 5 issues and doesn't ask the same onboarding questions again.
Store contextual data, notes, summaries, and conversation history.
Improve retrieval quality with structured semantic memory.
PersistQ is new — but it was built from real frustration with privacy concerns, overly complex vector databases, and the need to send data to third parties for embeddings.
Developers deserve a memory layer that is fast, private, simple, and easy to integrate.
PersistQ gives you semantic memory with local embeddings, no vendor lock-in, and full Claude MCP support. No external API calls for embeddings means your data never leaves your infrastructure.
If you're building an AI agent, PersistQ is designed for you.
Start free. Scale as you grow. No hidden fees.
Everything you need to build AI applications with persistent memory
Average search response
Memories per project
Uptime guarantee
No external dependencies
JSON metadata support
Understands meaning and context
Create, read, update, delete
Organize by topic/use case
Data protection at rest
Embeddings never leave your system
Privacy by design
Your data, your rules
Full type support
Standard HTTP endpoints
Guides and examples
Works with any tech stack