ViBo MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ViBo MCP ServerWhat does client Anna prefer?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š¦ 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
npm install -g @vibo-dev/vibo-mcpRelated MCP server: HippoDid MCP Server
Configuration
Add to your MCP client config (Claude Desktop example):
{
"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 |
| Find relevant facts (returns token savings) |
| Save a fact (dedup by exact match) |
| Your real savings statistics |
| 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
Related projects
CloudArc ā pack a 10 GiB folder into one
.viboarchive at a flat ~26 MiB peak RSS, and read its index over HTTP without fetching the payload (Apache-2.0). Docs sitememory-shield ā poisoning defense for agent memory (MIT).
ViBo-memory ā persistent agent memory with L1/L2/L3 encryption.
Integrations
cc-connect (bridge agent CLIs to messengers): docs/cc-connect.md
This server cannot be deployed
Maintenance
Related MCP Connectors
Persistent personal memory for AI assistants ā save, search, and recall across every MCP client.
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
Persistent memory for AI agents to retain, retrieve, and recall conversation context through MCP.
Persistent memory for AI agents across Claude, ChatGPT and any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides encrypted, portable memory for AI agents via MCP, allowing fact storage, conversation recall, and cross-machine sync using Arweave.16 npm50MIT
- AlicenseNot gradedqualityCmaintenanceProvides persistent, cloud-based memory for AI agents, letting them remember preferences, skills, and decisions across sessions via an MCP-compatible interface.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent, human-like memory infrastructure via MCP, enabling them to store, search, summarize, and forget episodic, semantic, procedural, and working memories across sessions.1,493 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides AI-assisted long-term memory storage and retrieval with exact-phrase and semantic hybrid search, enabling save, read, delete, and admin recovery via MCP tools.MIT