# io.github.vnbochkarev-netizen/vibo-memory (npm · @vibo-dev/vibo-mcp)

Memory for AI agents: persistent L1/L2/L3, web-search savings, thread memory.

- Trust score: 64/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `@vibo-dev/vibo-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp.md), [page](https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp)

## Channel facts

- Registry: `npm`
- Package: `@vibo-dev/vibo-mcp`
- Version: `0.1.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-20.

- **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.
  - 30 of 95 dependencies flagged as unhealthy.
- **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 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 154 tokens (~38/item across 4 items; 4 tools + 0 resources), lean.
  - 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**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 38% 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 vnbochkarev-netizen-vibo-memory -- npx -y @vibo-dev/vibo-mcp
```

### Codex

```bash
codex mcp add vnbochkarev-netizen-vibo-memory -- npx -y @vibo-dev/vibo-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vnbochkarev-netizen-vibo-memory": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vibo-dev/vibo-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vnbochkarev-netizen-vibo-memory --command npx --arg -y --arg @vibo-dev/vibo-mcp
```

### Hermes

```yaml
mcp_servers:
  vnbochkarev-netizen-vibo-memory:
    command: "npx"
    args: ["-y", "@vibo-dev/vibo-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vnbochkarev-netizen-vibo-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@vibo-dev/vibo-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-13 (score 64)

First indexed and scored.

## MCP tools (4)

### `memory_search` (~39 tokens)

Search persistent memory for relevant facts. Returns facts + token savings.

Input parameters:

- `limit` (number)
- `query` (string, required): What to search for

### `memory_add` (~45 tokens)

Save a fact to persistent memory. Deduplicated by exact match.

Input parameters:

- `content` (string, required): The fact to remember
- `label` (string, required): Short name of the fact

### `memory_usage` (~18 tokens)

Get token savings statistics (today + all-time).

### `thread_memory` (~52 tokens)

Thread memory: add message, compress old ones, ask details, get context.

Input parameters:

- `action` (string, required)
- `role` (string)
- `text` (string)
- `topic` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 64
- 2026-08-18: 64
- 2026-08-17: 64
- 2026-08-16: 64
- 2026-08-15: 64
- 2026-08-14: 64
- 2026-08-13: 64

## Links

- npm package: https://www.npmjs.com/package/@vibo-dev/vibo-mcp
- Socket report: https://socket.dev/npm/package/@vibo-dev/vibo-mcp
- Repository: https://github.com/vnbochkarev-netizen/ViBo-memory
- Changelog RSS feed: https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp.json
- HTML version of this page: https://verifymcp.io/servers/vnbochkarev-netizen-vibo-memory/vibo-dev-vibo-mcp
