# Nelly the Elephant (npm · nelly-elephant-mcp)

Search and resume past Claude Code conversations. An elephant never forgets.

- Trust score: 58/100 (low)
- Change this week: +17
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `nelly-elephant-mcp`: 58/100 (this document), [markdown](https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp.md), [page](https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp)

## Channel facts

- Registry: `npm`
- Package: `nelly-elephant-mcp`
- Version: `1.0.3`
- 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-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **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 125 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 24/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1550 tokens (~387/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**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add spicyricecakes-nelly-elephant-mcp -- npx -y nelly-elephant-mcp
```

### Codex

```bash
codex mcp add spicyricecakes-nelly-elephant-mcp -- npx -y nelly-elephant-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add spicyricecakes-nelly-elephant-mcp --command npx --arg -y --arg nelly-elephant-mcp
```

### Hermes

```yaml
mcp_servers:
  spicyricecakes-nelly-elephant-mcp:
    command: "npx"
    args: ["-y", "nelly-elephant-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "spicyricecakes-nelly-elephant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nelly-elephant-mcp"
      ]
    }
  }
}
```

## 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-03 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 57, +52)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −18)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 23, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 41)

First indexed and scored.

## MCP tools (4)

### `nelly_instructions` (~39 tokens)

Check Nelly's status — platform, sessions directory, and whether session data exists. Useful for diagnostics. Instructions are already loaded via MCP init.

### `nelly_search` (~118 tokens)

Search past Claude Code conversations. Nelly searches through all session transcripts for matching keywords and returns sessions with snippets and resume commands. Use multiple searches with different terms for best results (spiral search pattern).

Input parameters:

- `days_back` (integer): Only search sessions from the last N days
- `max_results` (integer): Maximum number of sessions to return (default: 10)
- `project` (string): Filter to a specific project directory (partial match)
- `query` (string, required): Search query — keywords or phrases to find in past conversations

### `nelly_context` (~88 tokens)

Get expanded context from a specific session. Use this after nelly_search when the user wants to see more detail from a particular session before resuming it.

Input parameters:

- `context_lines` (integer): Number of surrounding lines to include (default: 5)
- `query` (string, required): The search term to find context around
- `session_id` (string, required): The session ID to get context from

### `nelly_recent` (~64 tokens)

List the most recent Claude Code sessions. Useful when the user doesn't remember specific keywords but knows it was recent.

Input parameters:

- `count` (integer): Number of recent sessions to show (default: 10)
- `project` (string): Filter to a specific project (partial match)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 5
- 2026-07-31: 23
- 2026-07-30: 41
- 2026-07-28: 41
- 2026-07-27: 41

## Links

- npm package: https://www.npmjs.com/package/nelly-elephant-mcp
- Socket report: https://socket.dev/npm/package/nelly-elephant-mcp
- Repository: https://github.com/SpicyRiceCakes/nelly-elephant-mcp
- Website: https://spicyricecakes.github.io/nelly-elephant-mcp/
- Changelog RSS feed: https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/spicyricecakes-nelly-elephant-mcp/nelly-elephant-mcp
