Skip to content
VS Code

ariel memory for VS Code

io.github.cipher208/ariel-memory

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

client:VS Code transport:stdio runtime:npm

Install ariel memory in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ariel memory in other clients