Skip to main content
ClaudeWave
girapphe avatar
girapphe

memostem-plugins

Ver en GitHub

Private, review-first AI knowledge for ChatGPT, Claude, Codex, and MCP.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/girapphe/memostem-plugins
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "memostem-plugins": {
      "command": "node",
      "args": ["/path/to/memostem-plugins/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/girapphe/memostem-plugins and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <img src="assets/logo-mark.svg" alt="MemoStem logo" width="88" height="88">
</p>

# MemoStem for ChatGPT, Claude, and Codex

Let a connected AI client suggest one reusable idea at the right moment, then
turn only what you clearly accept into private, reviewable knowledge—without
uploading the whole conversation or auto-publishing anything.

[Use MemoStem](https://www.memostem.com/plugins) ·
[Connection guide](docs/mcp.md) ·
[Privacy](https://www.memostem.com/privacy) ·
[Terms](https://www.memostem.com/terms) ·
[Support](https://www.memostem.com/support) ·
[Security](SECURITY.md)

This public repository is the official distribution source for MemoStem's
Codex and Claude Code plugins and its hosted remote MCP connection metadata.
The MemoStem application and server implementation remain private.

## Why MemoStem

- **Get a timely suggestion.** In supported plugin clients, the assistant can
  name a reusable result and ask whether to keep it, so you do not need to
  remember a MemoStem or card command.
- **Select, don't scrape.** Send only the concise ideas you deliberately choose
  from the current conversation, never a transcript or hidden history.
- **Review before saving.** New material stays in a private pending inbox until
  you edit, merge, save, or ignore it.
- **Reuse confirmed knowledge.** Bring a bounded set of your approved knowledge
  back into a future AI task with provenance, not raw conversation history.

## Connect from an AI app

The production Streamable HTTP MCP endpoint is:

```text
https://www.memostem.com/api/mcp
```

### ChatGPT

Add MemoStem as an OAuth remote MCP app in a supported ChatGPT workspace. The
public [MemoStem connection page](https://www.memostem.com/plugins) explains the
privacy boundary and points signed-in users to the in-product setup guide.
GitHub publication alone does not list or activate a ChatGPT plugin.

### Claude

Add the same endpoint as a custom connector in Claude and complete MemoStem
OAuth. Claude can also load the Git marketplace below for Claude Code and
compatible plugin surfaces.

See [the MCP connection guide](docs/mcp.md) for provider-specific setup and
server-side OpenAI API usage.

## Consent-first proactive capture

Draft-authorized MCP clients receive guidance to make one brief save offer at a
natural stopping point when the current conversation produces a reusable
decision, explanation, procedure, correction, open question, or durable
preference. The installable plugin also includes an implicitly discoverable
`memostem-proactive-capture` skill with the same behavior.

The offer sends nothing and is not consent. The client may call a creation tool
only after a clear affirmative reply to that specific proposal or a direct
request identifying the current-conversation material. It must not repeat a
declined topic or propose sensitive, secret, credential, or do-not-retain
material. AI hosts decide whether and when to surface MCP instructions, so a
connection cannot guarantee an offer in every client.

## Install the Git plugin

### Codex

```bash
codex plugin marketplace add girapphe/memostem-plugins --ref main
codex plugin add memostem@memostem
codex plugin list
```

Start a new Codex task after installation so the installed snapshot loads.

### Claude Code

```bash
claude plugin marketplace add girapphe/memostem-plugins
claude plugin install memostem@memostem
claude plugin list
```

Run `/reload-plugins`, then `/mcp` to inspect the connection and complete OAuth
when prompted.

### Update or remove

```bash
# Codex
codex plugin marketplace upgrade memostem
codex plugin add memostem@memostem
codex plugin remove memostem@memostem

# Claude Code
claude plugin marketplace update memostem
claude plugin update memostem@memostem
claude plugin uninstall memostem@memostem
claude plugin marketplace remove memostem
```

## What the MCP exposes

- `create_knowledge_bundle_drafts`: create structured private drafts from an
  explicitly selected part of the current conversation.
- `create_card_drafts`: compatible concept-card draft creation.
- `get_topic_context`: retrieve a bounded pack of confirmed, owner-scoped
  knowledge when the connection has the separate read scope.

Draft creation cannot approve knowledge, publish to the public graph, or retain
a conversation transcript. See [the complete trust boundary](docs/mcp.md).

## Included skills

The user-facing `memostem-proactive-capture` skill provides consent-first save
suggestions when the packaged MCP connection is available.

The Git plugin also includes five guarded skills for authorized MemoStem source
maintainers:

- `memostem-card-hygiene`
- `memostem-db-sync`
- `memostem-knowledge-graph`
- `memostem-protected-release`
- `memostem-validation`

The five maintenance skills require an authorized MemoStem source checkout and
its separately configured dependencies and credentials. Installing this public
plugin grants no GitHub, Cloudflare, Clerk, Neon, database, or app-store access.

## Directory publication

- The remote server metadata is published from `server.json` to the official
  MCP Registry when a GitHub Release is published.
- Paste-ready OpenAI and Anthropic listing copy, prompts, review cases, and
  activation gates live in [docs/directory-submissions.md](docs/directory-submissions.md).
- Provider review and approval are external states. A public GitHub repository
  or a successful MCP Registry workflow does not prove an OpenAI or Anthropic
  directory listing is live.

## Validate locally

```bash
npm run check
python3 /path/to/plugin-creator/scripts/validate_plugin.py plugins/memostem
claude plugin validate .
claude plugin validate plugins/memostem
```

The dependency-free repository check validates both marketplaces, cross-platform
metadata, the complete skill trees, MCP Registry metadata, public/private
boundaries, symlinks, and common secret patterns.

## Publication boundary

Only this repository is the public installation source. It contains manifests,
instructions, static skills, and connection metadata—not the MemoStem web or
mobile source, MCP implementation, authentication code, database schema,
migrations, credentials, environment files, user data, or provider secrets.
agent-skillsai-knowledge-managementchatgptclaude-codeclaude-plugincodexcodex-pluginknowledge-managementmcpmcp-servermemostempersonal-knowledge-managementproductivitysecond-brain

Lo que la gente pregunta sobre memostem-plugins

¿Qué es girapphe/memostem-plugins?

+

girapphe/memostem-plugins es mcp servers para el ecosistema de Claude AI. Private, review-first AI knowledge for ChatGPT, Claude, Codex, and MCP. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-15.

¿Cómo se instala memostem-plugins?

+

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

+

Nuestro agente de seguridad ha analizado girapphe/memostem-plugins y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene girapphe/memostem-plugins?

+

girapphe/memostem-plugins es mantenido por girapphe. La última actividad registrada en GitHub es del 2026-09-15, con 0 issues abiertos.

¿Hay alternativas a memostem-plugins?

+

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

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

Más MCP Servers

Alternativas a memostem-plugins