Model Context Protocol Integration
Give your AI applications persistent, adaptive memory through a standardized protocol. Works with Claude Desktop, Cursor, Kiro, Cline, Windsurf, and any MCP-compatible client.
What is Model Context Protocol?
Model Context Protocol (MCP) is an open standard that enables AI applications to securely connect to external data sources and tools. Think of it as a universal adapter that lets any AI assistant access your systems through a standardized interface.
Without MCP
AI applications are isolated, with no memory between sessions. Every conversation starts from scratch.
With MemoryStack MCP
AI remembers context, learns patterns, and provides personalized responses across all sessions and applications.
Quick Start
Connect directly to our hosted MCP server using mcp-remote. Always up-to-date, no local package needed.
Get your API key from Dashboard → API Keys
Add to your config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"memorystack": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://memorystack.app/api/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Replace YOUR_API_KEY with your actual key, then restart Claude Desktop.
Test Your Integration
After restarting your AI client, try these prompts:
Create a memory:
"Remember that I prefer working in the morning"
Search memories:
"What do you know about my work preferences?"
Discover patterns:
"Analyze patterns in my memories"
Available MCP Tools
Core Memory Operations
create_memoryStore new memories with automatic fact extraction
search_memoriesHybrid semantic + keyword search
update_memoryModify existing memories
delete_memoryRemove memories (soft or hard delete)
list_memoriesBrowse memories with pagination
get_memoryRetrieve a specific memory by ID
Advanced Intelligence
reflect_on_memoriesDiscover patterns and generate insights
consolidate_memoriesMerge similar memories automatically
Analytics & Management
get_memory_statsUsage statistics and system health
export_memoriesExport to JSON or CSV
import_memoriesBulk import from backup
Security & Privacy
End-to-End Encryption
All data encrypted in transit and at rest using AES-256
API Key Scoping
Keys are scoped to projects with granular permissions
GDPR Compliant
Soft delete support for data recovery and compliance
Additional Resources
Ready to Get Started?
Give your AI applications the memory they deserve. Set up takes less than 2 minutes.
