Skip to main content
ClaudeWave

🦞 Memory for ANY MCP agent — one line: npx @vibo-dev/vibo-mcp. Persistent memory (L1/L2/L3), web-search savings, thread memory for Claude, Cursor, Windsurf, Codex. #mcp #aimemory

MCP ServersOfficial Registry1 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/vnbochkarev-netizen/vibo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vibo-mcp": {
      "command": "node",
      "args": ["/path/to/vibo-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/vnbochkarev-netizen/vibo-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 🦞 ViBo MCP Server

**Memory for AI agents** — persistent memory (L1/L2/L3 encryption),
web-search savings and thread memory. Works with **any MCP client**:
Claude Desktop, Cursor, OpenClaw, Windsurf, Codex, and more.

## Install

```bash
npm install -g @vibo-dev/vibo-mcp
```

## Configuration

Add to your MCP client config (Claude Desktop example):

```json
{
  "mcpServers": {
    "vibo": {
      "command": "npx",
      "args": ["-y", "@vibo-dev/vibo-mcp"],
      "env": {
        "VIBO_API_KEY": "YOUR_VIBO_KEY"
      }
    }
  }
}
```

Get a key: **https://wwwvibo.com** — free 2-day trial, then $5/month.

## Tools

| Tool | Description |
|---|---|
| `memory_search` | Find relevant facts (returns token savings) |
| `memory_add` | Save a fact (dedup by exact match) |
| `memory_usage` | Your real savings statistics |
| `thread_memory` | Thread: add / compress / ask / context |

## Example

Agent: "What does client Anna prefer?"
→ `memory_search("Anna preferences")`
→ `• [L1] client-anna: Anna likes coffee without sugar, order #42`
→ `💾 Saved 13,452 tokens (97.5%)`

## Honest numbers

- Memory: 97.5% fewer tokens on 118 facts (grows with memory, 50-150× on 10K+).
- Web search: 99.6% (measured 47,443 → 186 tokens).
- Threads: -72%.
- Secrets (L3) never reach the LLM — encrypted by design.

## Links

- Site: https://wwwvibo.com
- Bot: @ViBomemorybot
- Docs: https://github.com/vnbochkarev-netizen/ViBo-memory

---

## Related projects

* [**CloudArc**](https://github.com/vnbochkarev-netizen/cloudarc) — pack a 10 GiB folder into one
  `.vibo` archive at a flat ~26 MiB peak RSS, and read its index over HTTP without fetching the
  payload (Apache-2.0). [Docs site](https://vnbochkarev-netizen.github.io/cloudarc/)
* [**memory-shield**](https://github.com/vnbochkarev-netizen/memory-shield) — poisoning defense for
  agent memory (MIT).
* [**ViBo-memory**](https://github.com/vnbochkarev-netizen/ViBo-memory) — persistent agent memory
  with L1/L2/L3 encryption.
agentai-memoryclaudecursorllmmcpmemorymodel-context-protocolsemantic-search

What people ask about vibo-mcp

What is vnbochkarev-netizen/vibo-mcp?

+

vnbochkarev-netizen/vibo-mcp is mcp servers for the Claude AI ecosystem. 🦞 Memory for ANY MCP agent — one line: npx @vibo-dev/vibo-mcp. Persistent memory (L1/L2/L3), web-search savings, thread memory for Claude, Cursor, Windsurf, Codex. #mcp #aimemory It has 1 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install vibo-mcp?

+

You can install vibo-mcp by cloning the repository (https://github.com/vnbochkarev-netizen/vibo-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is vnbochkarev-netizen/vibo-mcp safe to use?

+

Our security agent has analyzed vnbochkarev-netizen/vibo-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains vnbochkarev-netizen/vibo-mcp?

+

vnbochkarev-netizen/vibo-mcp is maintained by vnbochkarev-netizen. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to vibo-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy vibo-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: vnbochkarev-netizen/vibo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/vnbochkarev-netizen-vibo-mcp)](https://claudewave.com/repo/vnbochkarev-netizen-vibo-mcp)
<a href="https://claudewave.com/repo/vnbochkarev-netizen-vibo-mcp"><img src="https://claudewave.com/api/badge/vnbochkarev-netizen-vibo-mcp" alt="Featured on ClaudeWave: vnbochkarev-netizen/vibo-mcp" width="320" height="64" /></a>

More MCP Servers

vibo-mcp alternatives