Skip to content
Cursor

Echo Memory for Cursor

io.github.ayushcodes10/echo-mem

Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.

client:Cursor transport:streamable-http runtime:pypi

Install Echo Memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "echo-mem": {
      "url": "https://api.echo-mem.com/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Echo Memory in other clients