Skip to content
Cursor

memnode for Cursor

dev.memnode/memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

client:Cursor transport:streamable-http

Install memnode in Cursor

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

{
  "mcpServers": {
    "memnode": {
      "url": "https://api.memnode.dev/mcp"
    }
  }
}

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

memnode in other clients