Catalog
io.github.imashishkh21/atlaso
OfficialOpen-source memory for AI agents. Conflict-flagging recall, scope-bag dispersion, local SQLite.
Open-source memory system for AI agents with conflict detection and local SQLite storage.
README not available yet.
Install
Configuration
Environment variables
ATLASO_PATHOptional absolute path to the .atlaso/ store. If unset, atlaso walks up from the current working directory looking for an existing .atlaso/ or a project marker (pyproject.toml, package.json, .git, Cargo.toml, go.mod) and creates the store there. Falls back to the cwd as a last resort. Never falls back to $HOME.
Arguments
--withdefault fastmcpclaude_desktop_config.json
{
"mcpServers": {
"atlaso": {
"command": "uvx",
"args": [
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<YOUR_ATLASO_PATH>"
}
}
}
}