ViBo Memory
Rank #13,338io.github.vnbochkarev-netizen/vibo-memory
Memory for AI agents: persistent L1/L2/L3, web-search savings, thread memory.
ViBo Memory is a Model Context Protocol (MCP) server published by vnbochkarev-netizen. It ranks #13,338 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ViBo Memory is listed on Official MCP, with 1 tracked version. It was first listed on Aug 13, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 102,122 of 115,460 servers on MCP Toplist.
Use ViBo Memory
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vibo-memory -e "VIBO_API_KEY=<your VIBO_API_KEY>" -- npx -y @vibo-dev/vibo-mcpReplace each placeholder with your own value before saving.
[mcp_servers.vibo-memory]
command = "npx"
args = ["-y", "@vibo-dev/vibo-mcp"]
[mcp_servers.vibo-memory.env]
VIBO_API_KEY = "<your VIBO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibo-memory": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"env": {
"VIBO_API_KEY": "<your VIBO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibo-memory": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"env": {
"VIBO_API_KEY": "<your VIBO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vibo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"env": {
"VIBO_API_KEY": "<your VIBO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibo-memory": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"env": {
"VIBO_API_KEY": "<your VIBO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibo-memory": {
"command": "npx",
"args": [
"-y",
"@vibo-dev/vibo-mcp"
],
"env": {
"VIBO_API_KEY": "<your VIBO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vnbochkarev-netizen%2Fvibo-memory)<a href="https://mcptoplist.com/server/io.github.vnbochkarev-netizen%2Fvibo-memory"><img src="https://mcptoplist.com/badge/io.github.vnbochkarev-netizen%2Fvibo-memory.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
vnbochkarev-netizen
Other servers by vnbochkarev-netizen
View all vnbochkarev-netizen servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 13, 2026 |
Frequently asked questions
- Who maintains ViBo Memory?
- ViBo Memory is maintained by vnbochkarev-netizen, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is ViBo Memory listed on the Official MCP Registry?
- Yes — ViBo Memory is listed on the Official MCP Registry.
- How many versions does ViBo Memory have?
- MCP Toplist tracks 1 version of ViBo Memory, most recently published on Aug 13, 2026.
- Where can I find the source code for ViBo Memory?
- The source code for ViBo Memory is hosted at github.com/vnbochkarev-netizen/ViBo-memory.