Nuramem for Claude Desktop
ai.nuramem/nuramem
Cross-model memory for people and teams: one memory every AI you use loads at session start.
client:Claude Desktop
transport:streamable-http
Install Nuramem in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nuramem": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.nuramem.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs