npm @vibo-dev/vibo-mcpstdioMITupdated 8d ago
One license. One key. Your agent remembers โ and your documents think.
What can you do with vibo memory?
๐ฐ ViBo โ Memory for AI Agents + Living Document Archive
One license. One key. Your agent remembers โ and your documents think.
๐ The Living Archive: How My Agent Started Working Through ViBo โ read the story
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
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.
-
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 โ ยท
npm install vibo-selfdeedยท ClawHub -
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 or 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 |
| ViBo Archive | Living document archive (.vibo) โ 84% compression, search by meaning, answers in ms | demo |
| Cloud API | Memory for your SaaS โ instant, encrypted, zero infrastructure | site |
| n8n node | Verified node for n8n workflows | npm |
| Dify plugin | Memory tools for Dify (search, add, thread, usage) | PR |
| MCP server | Model Context Protocol server for AI tools | registry |
| Telegram bot | Get the key, manage subscription, support | @ViBomemorybot |
All projects share one license, one key, one product.
Dust is no longer dust. Dust is memory that was waiting for its hour.
Install
Add vibo memory to your client. Pick the one you use.
claude mcp add vibo-mcp -- npx -y @vibo-dev/vibo-mcpcodex mcp add vibo-mcp -- npx -y @vibo-dev/vibo-mcpamp mcp add vibo-mcp -- npx -y @vibo-dev/vibo-mcp{
"mcpServers": {
"vibo-mcp": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vibo-mcp": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"vibo-mcp","command":"npx","args":["-y","@vibo-dev/vibo-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"vibo-mcp": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"vibo-mcp": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"vibo-mcp": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"vibo-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"vibo-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @vibo-dev/vibo-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Aug 13, 2026 |