
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@remember-md/mcp
Advanced tools
Local MCP server for the Remember.md second brain — semantic search + retrieval over your markdown brain.
Local MCP server for the Remember.md second brain. Run via npx, point any MCP client at it, query your markdown brain semantically.
Status: v0.0.1 — skeleton. Not yet functional. Active development.
Exposes your local markdown brain (a folder of .md files organised PARA-style by the Remember.md plugin) as a set of MCP tools any MCP client can call — Claude Code, OpenClaw, Cursor, Codex CLI, Claude.ai web, ChatGPT custom GPTs, anything that speaks the Model Context Protocol.
Planned tools:
search_brain(query, top_k) — semantic + BM25 hybrid + wikilink-expandget_file(path) — read a brain filelist_recent(period, kind?) — recent journal / notes / decisionsquery_persona() — current Persona.md contentdashboard_snapshot() — counts + top beliefs + active projectspropose_belief(claim, evidence) — write candidate to Inbox/node:sqlite (Node 22.5+ stdlib) + sqlite-vec extension for vector search + FTS5 for BM25 — no server, no native compilation, no toolchain.Xenova/bge-micro-v2 (384d, ~17 MB) locally — no cloud calls..remember/index.db is rebuildable.You don't install it. Point your MCP client at it via npx:
/remember:init)The Remember.md plugin automatically configures Claude Code's MCP layer to launch this server. Just run /remember:init.
Add to your MCP config:
{
"mcpServers": {
"remember": {
"command": "npx",
"args": ["-y", "@remember-md/mcp"],
"env": {
"REMEMBER_BRAIN_PATH": "/absolute/path/to/your/brain"
}
}
}
}
First run downloads the package (~15–30s) and the embedding model (~17 MB, one-time). After that, queries are sub-second.
| Env var | Default | Purpose |
|---|---|---|
REMEMBER_BRAIN_PATH | ~/remember | Brain root directory (folder of markdown files) |
REMEMBER_INDEX_DIR | ${brain}/.remember | Where the SQLite index lives |
REMEMBER_EMBEDDING_MODEL | Xenova/bge-micro-v2 | Hugging Face model id |
REMEMBER_TIER | auto | auto / vec / fts5 / ripgrep (force a fallback tier) |
Local-only. No cloud calls. No telemetry. The brain folder + index never leave your machine. Embedding model runs in-process via ONNX Runtime.
MIT — see LICENSE.
FAQs
Local MCP server for the Remember.md second brain — semantic search + retrieval over your markdown brain.
The npm package @remember-md/mcp receives a total of 13 weekly downloads. As such, @remember-md/mcp popularity was classified as not popular.
We found that @remember-md/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.