Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Memini
Memini logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:49:03 PM

Memini

User RatingsBe the first to rate and review this MCP server!
View Repository
developer-toolscoding-agentsmemoryguardrails

Local-first memory and guardrails that help coding agents avoid repeated project mistakes.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "lumayapartners-memini": {
      "command": "npx",
      "args": [
        "-y",
        "memini"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

lumayapartners/memini MCP server gives coding agents persistent, repository-scoped memory for failed attempts, fragile files, decisions, and deployment rules. It stores SQLite data and reviewable Markdown under `.memini/`, then uses hooks and MCP tools to warn or block risky edits before they occur. Git-aware file hashes mark outdated memories as stale, preventing them from triggering until re-verified. Reach for it when coding agents need local project context and enforced protection against repeating known mistakes.

Use cases

β€’Record failed coding attempts for later sessions
β€’Warn agents before editing fragile files
β€’Block commits that touch protected files
β€’Review stale or contradictory project memories

Key features

β€’Local SQLite and Markdown memory storage
β€’MCP tools for recording and recalling project context
β€’Warn and block edit guardrails
β€’Git-aware memory staleness detection
β€’Project, workspace, and user scopes
β€’Claude Code, Cursor, and Copilot hooks

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Memini.

Extracted Tool Capabilities
Local SQLite and Markdown memory storage
MCP tools for recording and recalling project context
Warn and block edit guardrails
Git-aware memory staleness detection
Project, workspace, and user scopes
Claude Code, Cursor, and Copilot hooks

How Memini works

What lumayapartners/memini MCP server does

The lumayapartners/memini MCP server adds persistent project memory for AI coding workflows. It records lessons such as failed approaches, fragile files, architecture decisions, deployment rules, client preferences, and session summaries. Memories are stored locally in a repository’s .memini/ directory, with a SQLite index and Markdown representations that can be reviewed in pull requests.

The main use is preventing known mistakes from recurring. A memory can be associated with one or more files and assigned warn or block severity. When a supported edit targets a file with a matching guardrail, memini can inject the recorded context before the edit. Warning-level memories allow the agent to continue after a prompt; block-level memories deny the edit until a human archives or otherwise resolves the memory.

How it works

At session start, memini prepares a severity-prioritized digest of relevant memories within a token budget. MCP tools allow an agent to save new lessons, request project context, check a path before editing, and submit a session summary. Claude Code hooks can also prompt for durable lessons after sessions that changed files.

The project supports three memory scopes. Project memories live in the current repository, workspace memories apply to repositories below a parent directory, and user memories live under the user’s home directory. Broader-scope guardrails require human verification before they can fire, limiting the ability of an agent to create rules that affect unrelated repositories.

File references are linked to Git information and file hashes. When referenced code changes, the memory becomes stale and stops triggering guardrails until it is verified again. Local review commands can identify duplicates, contradictions, dormant guardrails, and memories that have not provided useful coverage.

Setup and configuration

Run the lumayapartners/memini MCP server with npx -y memini mcp. In a repository, npx -y memini init creates the .memini/ store and installs the available Claude Code hooks. The CLI can also generate MCP configuration for clients or write client-specific setup for Cursor. Separate setup commands install Copilot hooks and Git pre-commit protection.

The project does not require an account, hosted service, or telemetry connection. Memory remains on the local machine, and secrets are redacted from memory bodies before storage. A diagnostic command is available for checking setup and active scopes.

Tools and capabilities

The MCP interface includes tools for:

  • Recording failed attempts, fragile files, decisions, and session summaries.
  • Recalling project context and checking a path before editing.
  • Supplying session-start memory digests.
  • Applying warning or blocking guardrails to referenced files.
  • Detecting stale memories and reviewing them for verification.

The CLI additionally supports listing, showing, archiving, approving, promoting, and inspecting memory statistics. Git pre-commit protection can block commits touching block-severity files, regardless of which editor or agent made the changes.

Limitations and notes

Memini is marked early-stage at version 0.1 in the provided material. Its edit interception covers supported edit tools rather than arbitrary shell commands. Warning-level guardrails are advisory, and block-level protection is not described as an absolute security boundary. Git pre-commit protection fails open and can be bypassed with git commit --no-verify.

Team-wide synchronized memory and a review workflow are listed as future roadmap items. Broad workspace and user rules also depend on human verification, so they are not immediately propagated from agent-created project memories.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Kage logoKage

    Verified, git-native memory for coding agents. Memory is plain JSON packets committed in your repo, each checked against the code it cites β€” hallucinated citations rejected at write, stale or changed memory withheld at recall, plus diff-time stale-catch. Local-only (BM25 + vectors), no account, no API key. npx -y @kage-core/kage-graph-mcp install

    🧠 Knowledge & Memory3 views
    Compare vs Kage β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Agentmem logoAgentmem

    Governed memory for coding agents with trust lifecycle (hypothesis β†’ active β†’ validated β†’ deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. pip install quilmem[mcp]

    🧠 Knowledge & Memory3 views
    Compare vs Agentmem β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

npm downloads
427
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Memini

Run `npx -y memini mcp` to start the MCP server. In a repository, `npx -y memini init` creates the local memory store and installs Claude Code hooks.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMemini AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lumayapartners-memini?style=directory)](https://allmcps.com/mcp/lumayapartners-memini)
HTML Embed
<a href="https://allmcps.com/mcp/lumayapartners-memini"><img src="https://allmcps.com/api/badge/lumayapartners-memini?style=directory" alt="Memini on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 22, 2026
npm downloads427/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· memini (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Memini β†’Install in Claude DesktopInstall in CursorInstall in VS Code