NexusMem
Your agent can read git log. It can't read the shell commands you tried that failed. NexusMem indexes shell history with exit codes, git commits and diffs, and project docs into a local SQLite database, and serves back a token-budgeted slice on demand. No cloud, no account.
你的智能体可以读取git log,却读不到你尝试失败的shell命令。NexusMem将带退出码的shell历史、git提交与差异以及项目文档索引到本地SQLite数据库,并按需返回token预算内的切片。无云、无账户。
How to install
npx -y nexusmem git clone https://github.com/yaminbkk/NexusMem ~/.claude/skills/NexusMem Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 12
- mo. downloads
- 4.0K
- Last push
- 2026-09-07
- Created
- 2026-08-08
Basic safety check
- Findings
- None
- Sources
- curated:punkpeye/awesome-mcp-servers
- Topics
- ai-agents, ai-coding-agent, claude-code, cli, context-window, developer-tools, git, llm, local-first, mcp, mcp-server, model-context-protocol, nodejs, ollama, rag, semantic-search, shell-history, sqlite, typescript, vector-search
Related plugins
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
deja-vu
vshulcz/deja-vu
One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 19 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.