archetypal ai for VS Code
io.github.archetypal-ai/archetypal-ai
Persistent memory for AI agents. recall, remember, checkpoint — soul preservation.
client:VS Code
transport:stdio
runtime:npm
Install archetypal ai in VS Code
.vscode/mcp.json
{
"servers": {
"archetypal-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"archetypal-ai"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs