MemoStem MCP server
Find useful knowledge as conversations unfold and draft it privately after confirmation.
0 stars
Reviews
Write oneNobody has reviewed MemoStem yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MemoStem tools (7, 3 write)
write = sends, deletes, buys or postscheck_memostem_connectionFreeVerify the authenticated MemoStem connection and report only the currently granted knowledge permissions. This test does not read or write knowledge.
claim_guest_knowledge_workspacewrite actionFreeTransfer the temporary guest shelf identified by workspace_token to the authenticated MemoStem owner as private pending drafts. Call only after the person explicitly agrees to connect or after the guest shelf reports account_required. This tool never approves or publishes cards.
create_card_draftswrite actionFreeCreate pending, user-owned general-knowledge card drafts only after clear affirmative consent to specifically named, independently teachable knowledge in the current conversation. Every card must declare knowledge_scope as general_knowledge. Personal or company decisions, product principles or policies, pricing rationale, preferences, plans, tasks, reminders, meeting outcomes, project status, and autobiographical facts are ineligible. An assistant suggestion alone is not consent. This tool never accepts raw transcripts or historical-conversation data, and it cannot approve, publish, or modify public knowledge cards.
create_knowledge_bundle_draftswrite actionFreeCreate pending, user-owned concept, general procedure, comparison, mechanism, structure, claim/evidence, knowledge question, historical event, or language-expression drafts only after clear affirmative consent to specifically named, independently teachable general knowledge in the current conversation. Every bundle must declare knowledge_scope as general_knowledge; decisions and organization-specific material are not accepted. An assistant suggestion alone is not consent. It cannot approve drafts, retain transcripts, or modify public knowledge.
preview_knowledge_bundleFreeReturn a transient preview of exactly one user-selected, independently teachable general-knowledge bundle without an account and without saving it. Call only at the person's direct request or after clear acceptance of a specific preview proposal. Use save_guest_knowledge_bundles only after the person explicitly asks to keep it; connected clients use create_knowledge_bundle_drafts.
save_guest_knowledge_bundlesFreeStore one to 10 specifically selected, independently teachable general-knowledge bundles from the current conversation in a private temporary MemoStem guest shelf. Call only after a direct request or clear acceptance of a specific proposal. Reuse workspace_token to continue the same shelf, but never reveal that credential to the person. The shelf is read-only in MemoStem, expires after 90 days, and requires account connection at 10 cards.
validate_knowledge_bundleFreeValidate exactly one user-selected, independently teachable general-knowledge bundle without an account and without saving it. Call only at the person's direct request or after clear acceptance of a specific preview proposal. The strict input rejects transcripts, conversation histories, personal or organization-specific memory, and unsupported knowledge types.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 7469ms12/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Grade history
- 2026-09-19downgradeB → Cscore 69: Write-action tools reachable without authentication
Install directly
claude mcp add --transport http memostem https://www.memostem.com/api/mcp
MemoStem: common questions
- Is MemoStem MCP server safe?
- With care: it is graded C, so read the findings first (69/100). Read the MemoStem safety report
- How do I install MemoStem?
- It runs remotely at www.memostem.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does MemoStem need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is MemoStem maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.5.3.
- Is MemoStem up?
- 100% of our last 1 checks got an answer. We check remote servers about four times a day.