By moorcheh-ai
MEMANTO plugin for Claude Code — persistent memory, semantic recall, and RAG for AI agents
Generate a RAG-powered answer grounded in persistent agent memory.
Interactive onboarding for MEMANTO — sets up your environment, creates an agent, and walks through core operations.
Search persistent memories using semantic similarity.
Store a persistent memory for the active agent.
Manage MEMANTO agent sessions — create, activate, extend, or inspect.
MEMANTO Cookbooks provides complete implementation guides for building AI applications with persistent memory. Each cookbook is a production-ready blueprint covering architecture, setup, and working code.
MEMANTO is a universal memory layer that gives AI agents long-term, persistent memory across sessions. Built on Moorcheh's semantic database, it provides zero-cost ingestion latency, instant recall, and a rich taxonomy of memory types with trust scoring.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills for giving AI agents persistent memory with MEMANTO — the Universal Memory Layer for Agentic AI.
Documentation · Console · Python SDK · Agent Skills Spec
Each skill is a folder containing instructions, scripts, and resources that agents like Claude Code, Cursor, GitHub Copilot, Codex, Windsurf, Gemini CLI, and others can discover to give them persistent, long-term memory across sessions.
Works with any agent that supports the Agent Skills format.
MEMANTO is a universal memory layer built on top of Moorcheh — a semantic database with zero-indexing latency. It gives AI agents:
npx skills add moorcheh-ai/memanto-agent-skills
# Step 1 — Add the marketplace (one time only)
/plugin marketplace add moorcheh-ai/memanto-agent-skills
# Step 2 — Install the plugin
/plugin install memanto
git clone https://github.com/moorcheh-ai/memanto-agent-skills.git
cd memanto-agent-skills
claude --plugin-dir .
pip install memanto
memanto connect claude-code # or cursor, codex, windsurf, gemini-cli, etc.
New to MEMANTO? Run the interactive onboarding:
/memanto:quickstart
export MOORCHEH_API_KEY="your-api-key"
memanto config set api-key YOUR_KEY
memanto agent create my-agent
memanto agent activate my-agent
export MOORCHEH_API_KEY="your-api-key"
Core operations for giving agents persistent memory:
MEMORY.md for agent contextBlueprints for complete memory-powered AI applications:
# Interactive onboarding
/memanto:quickstart
# Store a memory
/memanto:remember content "Chose PostgreSQL for metadata storage" type decision
# Search memories
/memanto:recall query "database architecture"
# Ask a question from memory
/memanto:answer question "What database did we choose and why?"
# Start or resume a session
/memanto:session agent_id my-agent
# Sync memories to MEMORY.md
/memanto:sync
The skill is automatically discovered by compatible agents. Simply describe what you want:
npx claudepluginhub moorcheh-ai/memanto-agent-skillsMoorcheh plugin for Claude Code- semantic search, AI memory, and RAG
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.