Skip to main content
Glama

šŸ¦ž 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-mcp

Related MCP server: SharedContext

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

memory_search

Find relevant facts (returns token savings)

memory_add

Save a fact (dedup by exact match)

memory_usage

Your real savings statistics

thread_memory

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent memory with semantic search for MCP-based AI agents, enabling them to store and recall information across sessions using vector embeddings.
    4
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a persistent, cross-tool memory layer for AI coding agents via MCP, enabling storage and retrieval of decisions, preferences, and context across different tools and models.
    6
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vnbochkarev-netizen/vibo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server