shared AI-context layer for teams β persistent memory your agents search and update over MCP
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
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.
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.
The plugin adds the memsprout MCP server and the using-memsprout skill.
The first connection opens the browser OAuth flow.
Add memsprout as a custom connector: Settings β Connectors β Add custom connector, with the server URL below. Sign in when the memsprout consent screen opens.
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.
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.
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.
Point your client at the remote server:
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/memsprout)<a href="https://allmcps.com/mcp/memsprout"><img src="https://allmcps.com/api/badge/memsprout?style=directory" alt="Memsprout on AllMCPs" /></a>