Geniuz

by jackccrawford

390 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Geniuz
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 off

Install

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.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.