Skip to main content
ClaudeWave

Claude Code plugin and Agent Skill for memsprout — shared persistent memory for AI agents.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · memsprout
Claude Code CLI
claude mcp add agents -- npx -y memsprout
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agents": {
      "command": "npx",
      "args": ["-y", "memsprout"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# memsprout for AI agents

[![smithery badge](https://smithery.ai/badge/memsprout/memsprout)](https://smithery.ai/servers/memsprout/memsprout)

[memsprout](https://memsprout.com) 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](https://agentskills.io) that works
in any client that reads `SKILL.md`.

## Before you install

Create an account at [memsprout.com](https://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

```
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/`](installer/). Not yet published to
npm — until it is, use the per-client instructions below.

## Claude 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

```
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/`](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`](cursor/README.md).

## Codex

```
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`](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`](codex/README.md).

## Any other MCP client

Point your client at the remote server:

```
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](https://memsprout.com/connect).

## What's in this repo

```
.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](https://memsprout.com)
- Issues with this plugin or skill: open an issue in this repo

Lo que la gente pregunta sobre agents

¿Qué es memsprout/agents?

+

memsprout/agents es mcp servers para el ecosistema de Claude AI. Claude Code plugin and Agent Skill for memsprout — shared persistent memory for AI agents. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala agents?

+

Puedes instalar agents clonando el repositorio (https://github.com/memsprout/agents) 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 memsprout/agents?

+

memsprout/agents 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 memsprout/agents?

+

memsprout/agents es mantenido por memsprout. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a agents?

+

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

Despliega agents 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: memsprout/agents
[![Featured on ClaudeWave](https://claudewave.com/api/badge/memsprout-agents)](https://claudewave.com/repo/memsprout-agents)
<a href="https://claudewave.com/repo/memsprout-agents"><img src="https://claudewave.com/api/badge/memsprout-agents" alt="Featured on ClaudeWave: memsprout/agents" width="320" height="64" /></a>

Más MCP Servers

Alternativas a agents