Back to the catalog

io.github.vnbochkarev-netizen/vibo-memory

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
AI, RAG & memory
Publisher
vnbochkarev-netizen
Origin
official
Category
ferramentas
Transport
local
Version
0.1.2
Stars
1
Last push
2026-08-31T16:23:31Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-29 04:01:39
Updated
2026-08-29 04:01:39
Origin id
io.github.vnbochkarev-netizen/vibo-memory

README

# ๐Ÿ’ฐ ViBo โ€” Memory for AI Agents + Living Document Archive

[![SkillQA](https://img.shields.io/badge/SkillQA-A-brightgreen)](https://github.com/vnbochkarev-netizen/ViBo-SkillQA)

**One license. One key. Your agent remembers โ€” and your documents think.**

<a href="https://wwwvibo.com"><img src="https://img.shields.io/badge/website-wwwvibo.com-22c55e" alt="site"></a>
<a href="https://t.me/ViBomemorybot"><img src="https://img.shields.io/badge/Telegram-@ViBomemorybot-blue" alt="tg"></a>
<a href="https://wwwvibo.com/archive"><img src="https://img.shields.io/badge/Archive-live%20demo-22c55e" alt="archive"></a>


๐Ÿ“– **The Living Archive: How My Agent Started Working Through ViBo** โ€” [read the story](docs/LIVING_ARCHIVE.md)

## What it is

**ViBo Memory** โ€” persistent memory for AI agents: facts survive between sessions, found by meaning, encrypted L1/L2/L3. Agent reads only relevant facts โ†’ **50-150ร— fewer tokens** on large bases (measured).

**ViBo Archive** โ€” a living document archive in our own `.vibo` format: compressed (~84%), searched by meaning, answers questions in milliseconds. LLM reads 22 KB instead of 146 KB.

## How to use

```bash
vibo add "client Anna" "prefers espresso, budget 10K"
vibo find "what does Anna prefer?"

vibo archive pack ./contracts -o archive.vibo
vibo archive search archive.vibo "total amount and deadline?"
vibo archive unpack archive.vibo -o ./restored
```

- **Skill** โ€” drop into any Python agent (Hermes, OpenClaw, LangChain).
- **n8n** โ€” verified node [n8n-nodes-vibo](https://github.com/vnbochkarev-netizen/n8n-nodes-vibo).
- **vibo-selfdeed** โ€” free autonomous mission skill: the agent restores context, finds and fixes problems safely, iterates via paths A/B/C and saves lessons back into ViBo memory. [Learn more โ†’](vibo-selfdeed/README.md) ยท `npm install vibo-selfdeed` ยท [ClawHub](https://clawhub.ai/@vnbochkarev-netizen/vibo-selfdeed)

- **Dify** โ€” plugin (PR in review).
- **Cloud API** โ€” memory for your SaaS.

## What it is for

- **Banks** โ€” "What did we promise this client?" โ†’ milliseconds. Secrets stay encrypted (L3).
- **Archives** โ€” millions of pages stop being dust.
- **Libraries** โ€” "What is this book about?" โ†’ instant.
- **Law firms** โ€” a question instead of hours of searching.
- **Medicine** โ€” patient histories, protocols, studies.
- **Business** โ€” knowledge bases that answer 24/7.

## Honest measurements

| Memory | Tokens saved |
|---|---|
| 100 facts | ~2ร— |
| 1K facts | 10-20ร— |
| 10K+ facts | 50-150ร— |
| 100K+ facts | up to 2,000ร— |

Web search: 96-99%. Threads: -72%. Archive: 84%, 0.1s. **Empty memory = 0 savings.**

## Pricing

One license, $5/month (first 100 users keep **$2.5 forever**). Cloud API $5/10/25. 2-day free trial.

Get it from [@ViBomemorybot](https://t.me/ViBomemorybot) or [wwwvibo.com](https://wwwvibo.com).

---

*Dust is no longer dust. Dust is memory that was waiting for its hour.*

## ๐Ÿš€ Projects

| Project | What it is | Link |
|---|---|---|
| **ViBo Memory** | Persistent memory for AI agents โ€” 50-150ร— fewer tokens, L1/L2/L3 encryption | [site](https://wwwvibo.com) |
| **ViBo Archive** | Living document archive (.vibo) โ€” 84% compression, search by meaning, answers in ms | [demo](https://wwwvibo.com/archive) |
| **Cloud API** | Memory for your SaaS โ€” instant, encrypted, zero infrastructure | [site](https://wwwvibo.com) |
| **n8n node** | Verified node for n8n workflows | [npm](https://www.npmjs.com/package/n8n-nodes-vibo) |
| **Dify plugin** | Memory tools for Dify (search, add, thread, usage) | [PR](https://github.com/langgenius/dify-plugins/pull/2886) |
| **MCP server** | Model Context Protocol server for AI tools | [registry](https://registry.modelcontextprotocol.io) |
| **Telegram bot** | Get the key, manage subscription, support | [@ViBomemorybot](https://t.me/ViBomemorybot) |

All projects share one license, one key, one product.

*Dust is no longer dust. Dust is memory that was waiting for its hour.*

More