Connects Claude and other MCP clients to Memphora's cloud storage API for persistent memory across conversations. Exposes five operations: search memories with semantic lookup, store new facts, extract insights from conversation history, list all stored items, and delete specific entries. Each memory is scoped to a user ID, so multiple people can use the same instance with isolated storage. You configure it with an API key from memphora.ai and it runs via stdio transport. Reach for this when you want your assistant to remember preferences, project details, or personal context beyond a single chat session without building your own vector database setup.
claude mcp add --transport stdio io.github.memphora-memphora uvx memphora