MCP Memory Service
HTTP/SSE interface with SQLite-vec backend
API Endpoints
Health & Info
Memory Management
- POST /api/memories - Store new memory
- GET /api/memories - List memories with pagination
- GET /api/memories/{hash} - Get specific memory
- DELETE /api/memories/{hash} - Delete memory
Search Operations
- POST /api/search - Semantic similarity search
- POST /api/search/by-tag - Tag-based search
- POST /api/search/by-time - Time-based recall
- GET /api/search/similar/{hash} - Find similar memories
Real-time Events
Coming Soon
- Interactive Dashboard
- WebSocket Support
Powered by SQLite-vec + FastAPI