Skip to content
Cursor

ariel memory for Cursor

io.github.cipher208/ariel-memory

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

client:Cursor transport:stdio runtime:npm

Install ariel memory in Cursor

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

{
  "mcpServers": {
    "ariel-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ariel-memory"
      ]
    }
  }
}

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

ariel memory in other clients