Get Started with Memory Spine in 5 Minutes
Learn how to add persistent memory to your AI agent. Install the SDK, configure MCP, and store your first memory — all in under 5 minutes.
📝 Prerequisites
- Python 3.8+ or Node.js 18+ installed
- Any MCP-compatible AI model (Claude, GPT-4, Gemini, or open-source)
- A terminal or command-line interface
Install Memory Spine
Install the Memory Spine SDK in your project. Choose Python or Node.js:
Configure MCP
Add Memory Spine to your MCP configuration file so your AI model can access all 32 memory tools. Create or update mcp-config.json:
Store Your First Memory
Use memory_store to save persistent context. This memory will survive across sessions, conversations, and agent handoffs.
Search Memories
Use memory_search with a natural language query. Memory Spine returns semantically relevant results in under 25ms — no keyword matching required.
Use in Your Agent
Combine everything into a complete AI agent that loads context from Memory Spine before every response. This agent remembers past conversations and builds knowledge over time.
What’s Next?
You’ve got persistent memory working. Here’s where to go from here:
Frequently Asked Questions
Most developers are up and running in under 5 minutes. Install the SDK with pip install memory-spine or npm install @chaozcode/memory-spine, add the MCP config block, and you can store and search memories immediately. No database setup, no infrastructure provisioning — Memory Spine handles storage, indexing, and vector search out of the box.
Yes. Memory Spine uses the open Model Context Protocol (MCP), which is supported by Claude, GPT-4, Gemini, and most modern AI models. Any model that can call MCP tools can use Memory Spine’s 32 memory operations including store, search, pin, tag, and agent handoff.
Memory Spine offers a generous free tier with 5,000 memory vectors, core MCP tools, and semantic search — no credit card required. Paid plans start at $19/month for 25,000 vectors and the full 32-tool suite. See pricing.
Ready to give your AI a memory?
Start free. No credit card required. 5,000 vectors included.
Start Free →