Loading MCP server directory, please wait...
Add persistent memory to AI assistants. Store and recall info across conversations.
npx @getmcp/cli add io.github.Memphora/memphoraRequires Python 3.10+. Community-contributed server. Review source before installing.
MEMPHORA_API_KEYYour Memphora API key from memphora.ai/dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Memphora/memphora": {
"command": "uvx",
"args": [
"-m",
"memphora_mcp.server",
"memphora-mcp"
],
"env": {
"MEMPHORA_API_KEY": "",
"MEMPHORA_USER_ID": ""
}
}
}
}