Echo Memory for Claude Desktop
io.github.ayushcodes10/echo-mem
Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.
client:Claude Desktop
transport:streamable-http
runtime:pypi
Install Echo Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"echo-mem": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.echo-mem.com/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