Skip to main content
ClaudeWave

Atlaso's hosted MCP server — one shared, persistent memory across every AI tool you connect. Endpoint: https://mcp.atlaso.ai/mcp

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/atlaso-labs/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/atlaso-labs/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Atlaso — remote MCP server

**Atlaso is an AI memory layer: one shared, persistent memory across every AI tool you connect.**

Tell it once in one tool, and it's already there in the next. Atlaso recalls the
context that matters before each turn and captures the durable facts after — your
decisions, your preferences, and where you left off.

This repository documents Atlaso's **hosted MCP server**. Atlaso is a managed
service, so there is nothing to self-host and no server code here — you connect
to the endpoint below and authorize in your browser.

- **Endpoint:** `https://mcp.atlaso.ai/mcp`
- **Transport:** Streamable HTTP
- **Auth:** OAuth 2.1 with dynamic client registration — your MCP client walks you
  through it; there are no API keys to paste
- **Website:** https://www.atlaso.ai
- **Docs:** https://docs.atlaso.ai

## Connect

Any MCP client that supports remote servers can connect. Add
`https://mcp.atlaso.ai/mcp` as a connector and authorize in the browser when
prompted.

**Claude Desktop / claude.ai** — Settings → Connectors → Add custom connector →
paste the endpoint → Connect → authorize.

**Cursor, VS Code, and other MCP clients** — add it as a remote MCP server:

```json
{
  "mcpServers": {
    "atlaso": {
      "url": "https://mcp.atlaso.ai/mcp"
    }
  }
}
```

**Terminal-based tools** (Claude Code, Codex, OpenCode, Antigravity) get a richer
integration than MCP alone — automatic recall before each turn and automatic
capture after, via hooks. One command sets all of them up:

```bash
curl -fsSL https://atlaso.ai/install.sh | bash    # macOS / Linux
irm https://atlaso.ai/install.ps1 | iex           # Windows
```

That installs the `atlaso` CLI, links the machine (creating your account if you
don't have one), then asks which of your AI tools should share the memory.

## Tools

| Tool | What it does |
| --- | --- |
| `recall(query, limit=5)` | Search your memory for notes relevant to `query`. Returns a ranked list of `{id, content}`. Read-only. |
| `remember(text, polarity)` | Save a durable note — a decision, preference, or gotcha. `polarity` is one of `positive`, `open`, `cautionary`, `negative`. Returns the new id. |
| `recent(limit=10)` | List the most recent memories, newest first. Read-only. |
| `forget(id)` | Permanently delete a memory by id. Destructive and not undoable. |
| `status()` | Connection state, how many memories are stored and pending, and your memory health score. Read-only. |

Every recall carries a verdict on whether a memory is settled or contested, so
the model isn't acting on shaky context.

## Memory scopes

Memories are either **personal** (they follow you everywhere) or **project**
(scoped to the repository or workspace you were in). Both are recalled
automatically in the right place — you don't manage scopes by hand.

## Privacy

Secrets are scrubbed before anything is stored. Data is encrypted in transit and
at rest. Your memory is never used to train AI models and never sold. On the free
plan it is never sent to any LLM at all. You can delete any single memory, or your
whole account, at any time.

## Pricing

Free for one device and one tool. Pro is **$10/month** for unlimited devices and
tools sharing one memory, plus Ambient Memory, background enrichment, Ask your
memory, and JSON export. Build is **$25/month** and adds a developer memory API.

## Registry

Listed in the official MCP Registry as `io.github.imashishkh21/atlaso`. The
[`server.json`](./server.json) in this repository is the published manifest.

---

Atlaso is a product of Atlaso Labs Inc. This repository is documentation for the
hosted service; the service itself is not open source.
ai-agentsai-memoryclaudecursorllmmcpmcp-servermemorymodel-context-protocol

Lo que la gente pregunta sobre mcp

¿Qué es atlaso-labs/mcp?

+

atlaso-labs/mcp es mcp servers para el ecosistema de Claude AI. Atlaso's hosted MCP server — one shared, persistent memory across every AI tool you connect. Endpoint: https://mcp.atlaso.ai/mcp Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/atlaso-labs/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar atlaso-labs/mcp?

+

atlaso-labs/mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene atlaso-labs/mcp?

+

atlaso-labs/mcp es mantenido por atlaso-labs. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: atlaso-labs/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/atlaso-labs-mcp)](https://claudewave.com/repo/atlaso-labs-mcp)
<a href="https://claudewave.com/repo/atlaso-labs-mcp"><img src="https://claudewave.com/api/badge/atlaso-labs-mcp" alt="Featured on ClaudeWave: atlaso-labs/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp