Geniuz
About
Open-source MCP server that gives Claude persistent memory. Your AI keeps your standards, decisions, and reasons across sessions. Recalled by meaning, not keywords. Runs fully local: on-device semantic search, no cloud, no API keys. macOS, Windows, Linux. MIT.
Details
- Author
- jackccrawford
- Downloads
- 390
- Categories
- Knowledge Base
Jump to
- Persistent memory across Claude conversations and compactions
- Semantic search via a bundled local ONNX model
- Works offline—no cloud, account, or API keys required
- Single‑command install for Claude Desktop
- Cross‑platform: macOS, Windows, and Linux
- Free and open source (MIT license)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GeniuzCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the app from geniuz.life or the GitHub releases, then wire it into Claude Desktop with a single command: geniuz mcp install. It provides three tools: remember (save a semantic gist), recall (search by meaning), and recent (pick up where you left off). The server is free and MIT-licensed.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"geniuz": {
"geniuz": {
"command": "geniuz",
"args": [
"mcp",
"serve"
]
}
}
}
}
McpServers
{
"geniuz": {
"command": "geniuz",
"args": [
"mcp",
"serve"
]
}
}
Geniuz — persistent memory for Claude
Normally every conversation with Claude starts from zero — you re-teach your context, preferences, and decisions each time. Geniuz keeps them: the standards you set, the calls you made, and the reasons behind them, recalled by meaning across sessions and compactions. It runs entirely on your own machine — semantic search via a bundled ONNX model, no cloud, no account, no API keys — and plugs into Claude Desktop through Anthropic's MCP standard on macOS, Windows, and Linux.Three tools
- remember — save what matters with a semantic gist - recall — search by meaning, not keywords - recent — pick up where you left offInstall
One command wires it into Claude Desktop: geniuz mcp install Download the app from https://geniuz.life or the GitHub releases. Free and MIT-licensed. Built by mVara.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


