{
  "markdown": "# memsprout for AI agents\n\n[![smithery badge](https://smithery.ai/badge/memsprout/memsprout)](https://smithery.ai/servers/memsprout/memsprout)\n[![Glama](https://img.shields.io/badge/Glama-verified%20connector-334155)](https://glama.ai/mcp/connectors/com.memsprout/memsprout)\n\n[memsprout](https://memsprout.com) is a shared AI-context layer for teams —\npersistent memory your agents search and update over MCP. Every agent and\ntool you connect reads and writes the same knowledge base, so context\nsurvives across sessions, models, and clients. This repo packages the\nconnection two ways: a Claude Code plugin (remote MCP server + a usage\nskill) and a standalone [Agent Skill](https://agentskills.io) that works\nin any client that reads `SKILL.md`.\n\n## Before you install\n\nCreate an account at [memsprout.com](https://memsprout.com) first. The\nOAuth sign-in that opens when a client first connects does **not** create\naccounts — it only signs in existing ones.\n\n## One-command setup\n\n```\nnpx memsprout\n```\n\nDetects your installed MCP clients (Claude Code, Codex, Gemini CLI,\nCursor), wires each selected one to the server, and offers to scaffold\nthe team files into your repo. Non-destructive, idempotent, stores no\ncredentials. Source in [`installer/`](installer/). Not yet published to\nnpm — until it is, use the per-client instructions below.\n\n## Claude Code\n\n```\n/plugin marketplace add memsprout/agents\n/plugin install memsprout@memsprout\n```\n\nThe plugin adds the memsprout MCP server and the `using-memsprout` skill.\nThe first connection opens the browser OAuth flow.\n\n## claude.ai and Claude Desktop\n\nAdd memsprout as a custom connector: **Settings → Connectors → Add custom\nconnector**, with the server URL below. Sign in when the memsprout consent\nscreen opens.\n\n## Agent Skill via skills.sh\n\n```\nnpx skills add memsprout/agents\n```\n\nInstalls the `using-memsprout` skill, which teaches your agent when and\nhow to use memsprout's tools. You still need the MCP server connected\n(see below) — the skill describes the doctrine; the server provides the\ntools.\n\n## Cursor\n\nThe [`cursor/`](cursor/) directory has copy-in files for both motions:\nmerge `cursor/mcp.json` into `~/.cursor/mcp.json` for yourself, or commit\nit as `.cursor/mcp.json` plus the `cursor/rules/memsprout.mdc` project\nrule to your team's repo so every teammate's Cursor shares the same\nmemory. See [`cursor/README.md`](cursor/README.md).\n\n## Codex\n\n```\ncodex mcp add memsprout --url https://mcp.memsprout.com/mcp\n```\n\nThe Codex CLI, IDE extension, and ChatGPT desktop app share\n`~/.codex/config.toml`, so this one command wires all three. For team\nsetup, append the client-agnostic\n[`codex/AGENTS-snippet.md`](codex/AGENTS-snippet.md) to your repo's\n`AGENTS.md` so every AGENTS.md-reading agent follows the team's memory\ndoctrine. See [`codex/README.md`](codex/README.md).\n\n## Any other MCP client\n\nPoint your client at the remote server:\n\n```\nhttps://mcp.memsprout.com/mcp\n```\n\nStreamable HTTP with OAuth 2.1 — clients that support MCP authorization\ndiscover the sign-in flow automatically. Per-client wiring instructions\n(Codex, Gemini CLI, Cursor, and more) are at\n[memsprout.com/connect](https://memsprout.com/connect).\n\n## What's in this repo\n\n```\n.claude-plugin/marketplace.json      Claude Code marketplace manifest\nmemsprout/                           the plugin\n  .claude-plugin/plugin.json         plugin manifest\n  .mcp.json                          remote MCP server config\n  skills/using-memsprout/SKILL.md    usage skill\nmcp-registry/                        official MCP Registry manifest + publish runbook\n  server.json\n  PUBLISH.md\ncursor/                              Cursor setup files (individual + team)\n  mcp.json                           MCP config — global or repo-committed\n  rules/memsprout.mdc                always-applied project rule (memory doctrine)\ncodex/                               Codex setup (individual + team)\n  AGENTS-snippet.md                  client-agnostic AGENTS.md section (memory doctrine)\ninstaller/                           npx installer (npm package \"memsprout\")\n```\n\n## Support\n\n- Product: [memsprout.com](https://memsprout.com)\n- Issues with this plugin or skill: open an issue in this repo\n",
  "bytes": 4219,
  "sha": "1629afb9bdee0615469b507af4694f70171fdb9ffca13d2a60fdf4653ea9c4c7",
  "repo_slug": "memsprout/agents",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_memsprout_memsprout_aab8c72d/readme"
}