minni-install

Install and configure the Minni memory daemon and MCP plugin across AI agent runtimes.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/infektyd/minni --skill minni-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minni-install
Source: https://github.com/infektyd/minni/tree/main/plugins/minni/skills/minni-install
Command: npx skills add https://github.com/infektyd/minni --skill minni-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

AI agents lose memory between sessions and runtimes, and most memory tools rely on hosted vector APIs you cannot audit. This Skill installs Minni, a local-first memory daemon that gives every agent its own governed vault while sharing a single durable recall pool across all runtimes on your machine.

Core Features & Use Cases

  • Cross-platform plugin wiring: Installs and configures the Minni MCP plugin for Claude Code, Codex, Gemini, Grok, KiloCode, and generic MCP hosts.
  • Per-agent vault setup: Creates isolated, owned vault directories so agents share the daemon but never each other's raw memory.
  • Layer 1 identity delivery: Seeds whole-document identity envelopes and stamps the correct agent id, vault path, and socket path so the daemon's security gate recognizes the caller.
  • Drift repair and verification: Diagnoses stale caches, broken sockets, mismatched vaults, and legacy sovereign-memory remnants, then verifies the install with daemon status and identity checks.

Quick Start

Use the minni-install skill to install Minni on your current agent platform, create the per-agent vault, wire the MCP plugin and hooks, and verify the daemon is serving Layer 1 identity before you start a fresh session.

Frequently Asked Questions about minni-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I give my AI agent persistent local memory across sessions?

Persistent local memory is configured by installing the Minni daemon, which gives every agent an isolated, owned vault while sharing a durable recall pool across all runtimes on your machine.

How do I wire a local memory MCP plugin into Claude Code or Gemini?

You wire a local memory MCP plugin into Claude Code, Codex, Gemini, Grok, or KiloCode by applying per-agent vault creation, socket hydration, and MCP host plugin configuration.

Does local-first agent memory work without relying on hosted vector APIs?

Local-first agent memory works without hosted vector APIs by running a local daemon that governs vault directories, delivering whole-document identity envelopes instead of relying on external services.

How do I fix a broken MCP memory socket or stale agent vault cache?

Broken MCP memory sockets and stale caches are fixed through drift repair, which diagnoses mismatched vaults and legacy sovereign-memory remnants, then verifies the daemon via CLI status and identity checks.

What do I need to set up before installing a local memory daemon for AI agents?

Before installing a local memory daemon, you need an MCP host runtime and explicit agent id stamping to validate vault paths and ensure the daemon's security gate recognizes the caller.