Back to Apps

Vipune
Supports UIby randomm
Minimal local semantic memory layer for AI agents with conflict detection and zero configuration.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Vipune provides a local knowledge store for AI agents, acting as a 'sleeping giant' of memory. It allows agents to store semantic memories, search by meaning rather than keywords, and automatically detect conflicts when adding similar information.
Tools
store_memory: Store information for later recallsearch_memories: Find memories by meaning (supports hybrid semantic + BM25 search)list_memories: List recent memoriessupersede_memory: Replace an existing memory with new contentget_memory: Retrieve a memory by IDdelete_memory: Permanently delete a memoryupdate_memory: Update a memory's content, metadata, type, or status
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vipune": {
"command": "vipune",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed for Claude Code and Cursor.
Quick install
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/randomm/vipune/releases/latest/download/vipune-installer.sh | shInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add vipune to mcp.json with command 'vipune' and args ['mcp']Claude Desktop
{
"mcpServers": {
"vipune": {
"command": "vipune",
"args": ["mcp"]
}
}
}





