Add persistent memory to AI assistants. Store and recall info across conversations.
Add persistent memory to AI assistants. Store and recall info across conversations.
Is it safe?
No known CVEs for memphora-mcp.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 114 days ago. 3 GitHub stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
5 tools. Estimated ~200 tokens of your context window (0.1% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch. Setup guide covers troubleshooting.
{
"mcpServers": {
"memphora": {
"env": {
"MEMPHORA_API_KEY": "your_api_key_here",
"MEMPHORA_USER_ID": "your_unique_user_id"
},
"args": [
"memphora-mcp"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx memphora-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
memphora_searchSearch memories for relevant information
memphora_storeStore new information for future recall
memphora_extract_conversationExtract memories from a conversation
memphora_list_memoriesList all stored memories
memphora_deleteDelete a specific memory
Last scanned 6h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.