Atlaso
Rank #7,236io.github.imashishkh21/atlaso
Open-source memory for AI agents. Conflict-flagging recall, scope-bag dispersion, local SQLite.
Atlaso is a Model Context Protocol (MCP) server published by imashishkh21. It ranks #7,236 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Atlaso is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 124,810 of 132,046 servers on MCP Toplist.
Use Atlaso
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http atlaso https://mcp.atlaso.ai/mcpclaude mcp add atlaso -e "ATLASO_PATH=<your ATLASO_PATH>" -- uvx --with fastmcp atlaso mcpReplace each placeholder with your own value before saving.
[mcp_servers.atlaso]
url = "https://mcp.atlaso.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.atlaso]
command = "uvx"
args = ["--with", "fastmcp", "atlaso", "mcp"]
[mcp_servers.atlaso.env]
ATLASO_PATH = "<your ATLASO_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.atlaso.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"atlaso": {
"command": "uvx",
"args": [
"--with",
"fastmcp",
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<your ATLASO_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlaso": {
"url": "https://mcp.atlaso.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"atlaso": {
"command": "uvx",
"args": [
"--with",
"fastmcp",
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<your ATLASO_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"atlaso": {
"type": "http",
"url": "https://mcp.atlaso.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"atlaso": {
"type": "stdio",
"command": "uvx",
"args": [
"--with",
"fastmcp",
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<your ATLASO_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlaso": {
"serverUrl": "https://mcp.atlaso.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"atlaso": {
"command": "uvx",
"args": [
"--with",
"fastmcp",
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<your ATLASO_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlaso": {
"url": "https://mcp.atlaso.ai/mcp"
}
}
}{
"mcpServers": {
"atlaso": {
"command": "uvx",
"args": [
"--with",
"fastmcp",
"atlaso",
"mcp"
],
"env": {
"ATLASO_PATH": "<your ATLASO_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.imashishkh21%2Fatlaso)<a href="https://mcptoplist.com/server/io.github.imashishkh21%2Fatlaso"><img src="https://mcptoplist.com/badge/io.github.imashishkh21%2Fatlaso.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
imashishkh21
Available versions (2)
| Version | Published |
|---|---|
| 0.1.0a6 | May 12, 2026 |
| 0.1.0a5 | May 12, 2026 |
Frequently asked questions
- Who maintains Atlaso?
- Atlaso is maintained by imashishkh21, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Atlaso listed on the Official MCP Registry?
- Yes — Atlaso is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Atlaso have?
- MCP Toplist tracks 2 versions of Atlaso, most recently published on May 12, 2026.
- Where can I find the source code for Atlaso?
- The source code for Atlaso is hosted at github.com/imashishkh21/atlaso.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.