Skip to content
Cursor

Recalld for Cursor

io.github.bit-robotics/recalld

Managed long-term memory for AI agents, with evolving facts and relevant retrieval through MCP.

client:Cursor transport:streamable-http

Install Recalld in Cursor

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

{
  "mcpServers": {
    "recalld": {
      "url": "https://{region}.recalld.ai/mcp"
    }
  }
}

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

Recalld in other clients