npm @vibo-dev/vibo-mcpstdioMITupdated 8d ago
One license. One key. Your agent remembers — and your documents think.
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.
安装
把 vibo memory 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.2最新 | 2026年8月13日 |