Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Mcp
Mcp logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:54:09 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI memory layer β€” one shared, persistent memory across every AI tool you connect.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-3": {
      "command": "npx",
      "args": [
        "-y",
        "https://mcp.atlaso.ai/mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

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:

config.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:

Terminal
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

ToolWhat 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 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.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • C
    Collective Memory

    MCP server for persistent, semantic memory across AI sessions

    🧠 Knowledge & Memory0 views
    Compare vs Collective Memory β†’
  • H
    Heirmos

    Persistent memory shared across Claude, ChatGPT, Grok and other MCP clients.

    🧠 Knowledge & Memory0 views
    Compare vs Heirmos β†’
  • T
    Taproot

    Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.

    🧠 Knowledge & Memory1 views
    Compare vs Taproot β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-3?style=directory)](https://allmcps.com/mcp/mcp-3)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-3"><img src="https://allmcps.com/api/badge/mcp-3?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 27, 2026
npm downloads9,111/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair Β· 45/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code