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. πŸ’¬ Communication
  3. Memsprout
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:28:24 PM

Memsprout

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

shared AI-context layer for teams β€” persistent memory your agents search and update over MCP

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": {
    "memsprout": {
      "command": "npx",
      "args": [
        "-y",
        "memsprout"
      ]
    }
  }
}

πŸ’‘ 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 Communication

Documentation Overview

memsprout for AI agents

smithery badge Glama

memsprout is a shared AI-context layer for teams β€” persistent memory your agents search and update over MCP. Every agent and tool you connect reads and writes the same knowledge base, so context survives across sessions, models, and clients. This repo packages the connection two ways: a Claude Code plugin (remote MCP server + a usage skill) and a standalone Agent Skill that works in any client that reads SKILL.md.

Before you install

Create an account at memsprout.com first. The OAuth sign-in that opens when a client first connects does not create accounts β€” it only signs in existing ones.

One-command setup

Terminal
npx memsprout

Detects your installed MCP clients (Claude Code, Codex, Gemini CLI, Cursor), wires each selected one to the server, and offers to scaffold the team files into your repo. Non-destructive, idempotent, stores no credentials. Source in installer/. Not yet published to npm β€” until it is, use the per-client instructions below.

Claude Code

Code
/plugin marketplace add memsprout/agents
/plugin install memsprout@memsprout

The plugin adds the memsprout MCP server and the using-memsprout skill. The first connection opens the browser OAuth flow.

claude.ai and Claude Desktop

Add memsprout as a custom connector: Settings β†’ Connectors β†’ Add custom connector, with the server URL below. Sign in when the memsprout consent screen opens.

Agent Skill via skills.sh

Terminal
npx skills add memsprout/agents

Installs the using-memsprout skill, which teaches your agent when and how to use memsprout's tools. You still need the MCP server connected (see below) β€” the skill describes the doctrine; the server provides the tools.

Cursor

The cursor/ directory has copy-in files for both motions: merge cursor/mcp.json into ~/.cursor/mcp.json for yourself, or commit it as .cursor/mcp.json plus the cursor/rules/memsprout.mdc project rule to your team's repo so every teammate's Cursor shares the same memory. See cursor/README.md.

Codex

Code
codex mcp add memsprout --url https://mcp.memsprout.com/mcp

The Codex CLI, IDE extension, and ChatGPT desktop app share ~/.codex/config.toml, so this one command wires all three. For team setup, append the client-agnostic codex/AGENTS-snippet.md to your repo's AGENTS.md so every AGENTS.md-reading agent follows the team's memory doctrine. See codex/README.md.

Any other MCP client

Point your client at the remote server:

Code
https://mcp.memsprout.com/mcp

Streamable HTTP with OAuth 2.1 β€” clients that support MCP authorization discover the sign-in flow automatically. Per-client wiring instructions (Codex, Gemini CLI, Cursor, and more) are at memsprout.com/connect.

What's in this repo

Code
.claude-plugin/marketplace.json      Claude Code marketplace manifest
memsprout/                           the plugin
  .claude-plugin/plugin.json         plugin manifest
  .mcp.json                          remote MCP server config
  skills/using-memsprout/SKILL.md    usage skill
mcp-registry/                        official MCP Registry manifest + publish runbook
  server.json
  PUBLISH.md
cursor/                              Cursor setup files (individual + team)
  mcp.json                           MCP config β€” global or repo-committed
  rules/memsprout.mdc                always-applied project rule (memory doctrine)
codex/                               Codex setup (individual + team)
  AGENTS-snippet.md                  client-agnostic AGENTS.md section (memory doctrine)
installer/                           npx installer (npm package "memsprout")

Support

  • Product: memsprout.com
  • Issues with this plugin or skill: open an issue in this repo

Related MCP Servers

View all in Communication View all alternatives
  • Mcp logoMcp

    Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks β€” 21 SentFromAI tools.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’
  • Mcp logoMcp

    Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks β€” 21 SentVia tools.

    πŸ’¬ Communication0 views
    Compare vs Mcp β†’
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Gpu logoGpu

    Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop.

    πŸ’¬ Communication0 views
    Compare vs Gpu β†’

Frequently Asked Questions about Memsprout

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

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 PreviewMemsprout AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/memsprout?style=directory)](https://allmcps.com/mcp/memsprout)
HTML Embed
<a href="https://allmcps.com/mcp/memsprout"><img src="https://allmcps.com/api/badge/memsprout?style=directory" alt="Memsprout on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
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.
27Quality signal: Emerging Β· 27/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 ownership8/20
Documentation & tools11/30
Adoption & activity1/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

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

Explore 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 πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Memsprout β†’Install in Claude DesktopInstall in CursorInstall in VS Code