Skip to content
Cursor

memory mcp for Cursor

com.letta/memory-mcp

MCP server for AI memory management using Letta - Standard MCP format

client:Cursor transport:stdio runtime:npm

Install memory mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@letta-ai/memory-mcp"
      ],
      "env": {
        "LETTA_API_KEY": "<LETTA_API_KEY>",
        "LETTA_USER_ID": "<LETTA_USER_ID>"
      }
    }
  }
}

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

memory mcp in other clients