# io.github.yaminbkk/nexusmem (npm · nexusmem)

Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- npm · `nexusmem`: 70/100 (this document), [markdown](https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem.md), [page](https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem)

## Channel facts

- Registry: `npm`
- Package: `nexusmem`
- Version: `0.3.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 51 of 138 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 501 tokens (~125/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add yaminbkk-nexusmem -- npx -y nexusmem
```

### Codex

```bash
codex mcp add yaminbkk-nexusmem -- npx -y nexusmem
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yaminbkk-nexusmem": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "nexusmem"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add yaminbkk-nexusmem --command npx --arg -y --arg nexusmem
```

### Hermes

```yaml
mcp_servers:
  yaminbkk-nexusmem:
    command: "npx"
    args: ["-y", "nexusmem"]
```

### Other

```json
{
  "mcpServers": {
    "yaminbkk-nexusmem": {
      "command": "npx",
      "args": [
        "-y",
        "nexusmem"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 70)

First indexed and scored.

## MCP tools (4)

### `search_memory` (~171 tokens)

Search remembered project history

Search a NexusMem-tracked repository's remembered history: git commits, code diffs (the patch of each changed file), shell commands, tracked markdown docs, and (if enabled) conversation transcripts and per-session summaries. Returns a token-budgeted, ranked context block -- not raw search results.

Input parameters:

- `allProjects` (boolean): Search every repository NexusMem has been run in on this machine, not just projectRoot. Use when the answer may live in a different project (a pattern solved elsewhere, a tool that failed the same wa…
- `budget` (integer): Max tokens in the returned context block. Default 2000.
- `projectRoot` (string, required): Absolute path to the repository root
- `query` (string, required): Free-text question or search terms

### `sync_project` (~191 tokens)

Sync remembered history

Ingest new git, diff, shell, docs and (if enabled) conversation history for a NexusMem-tracked repository into its local database. Pass pruneSource or pruneStaleShell instead to delete a dead source's nodes (e.g. the pre-hook shell scrape) rather than syncing -- dry-run unless yes is also true, since this is an irreversible full wipe of that source.

Input parameters:

- `projectRoot` (string, required): Absolute path to the repository root
- `pruneSource` (string): Delete every node from this exact source (e.g. "shell:pwsh") instead of syncing
- `pruneStaleShell` (boolean): Shortcut for pruneSource on shell:pwsh, shell:bash and shell:zsh at once -- the dead pre-hook scrape sources
- `yes` (boolean): Confirms the delete. Without it, pruneSource/pruneStaleShell only report the matching count.

### `get_status` (~41 tokens)

Show what is remembered

Report how many nodes NexusMem currently remembers for a repository, broken down by kind and source.

Input parameters:

- `projectRoot` (string, required): Absolute path to the repository root

### `list_recent_memory` (~98 tokens)

List recently remembered items

List the most recently remembered items for a NexusMem-tracked repository -- git commits, code diffs, shell commands, tracked docs, and (if enabled) conversation transcripts and session summaries -- newest first. Chronological, not relevance-ranked: use search_memory instead for a specific question.

Input parameters:

- `limit` (integer): Max items to return, newest first. Default 20.
- `projectRoot` (string, required): Absolute path to the repository root

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 70

## Links

- npm package: https://www.npmjs.com/package/nexusmem
- Socket report: https://socket.dev/npm/package/nexusmem
- Repository: https://github.com/yaminbkk/NexusMem
- Website: https://nexus-mem.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem.xml
- Changelog JSON feed: https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem.json
- HTML version of this page: https://verifymcp.io/servers/yaminbkk-nexusmem/nexusmem
