More screenshots
Works with the AI tools you already use
Marm Init
by Ryan lyell
The intelligent installer for MARM, providing cross-agent persistent memory and shared context via MCP.
Free
See it in action
You say
I want to set up marm-mcp's persistent memory for Claude and Cursor on my local machine using Docker.
Your agent does
Setting up MARM via Docker...
- Core engine pulled.
- API Key generated: marm_live_...
- Transport: HTTP (Port 8001).
- Configs written: ~/.claude/config.json and .cursor/mcp.json.
- Dashboard: http://localhost:8002
Setup complete! Your agents now share a persistent memory substrate.
About this skill
Persistent AI Memory Made Easy
MARM-Init is a specialized setup engine designed to solve the "goldfish memory" problem in AI agents. While most LLMs lose context between sessions, MARM (Memory Accurate Response Mode) provides a persistent, local-first SQLite backend that stores project history, sessions, and notebooks across your entire development lifecycle. You can visit GitHub for more info https://github.com/Lyellr88/MARM-Systems
What it does
This skill acts as an intelligent installer and architect. Instead of manually editing JSON configs or managing Docker containers, you invoke this skill to guide you through a pre-flight hardware check, runtime selection, and multi-agent configuration. It handles the "wiring," so your agent can immediately begin saving and retrieving long-term memories.
Why use this skill?
- Cross-Agent Synchronization: Automatically link Claude, Cursor, VS Code, and Gemini to the same shared memory pool.
- Optimized Context Management: Implements automated re-ranking and pruning to ensure your agent stays within token budgets without losing important project details.
- Privacy First: Everything stays on your hardware. It uses a SQLite WAL backend for fast, deterministic local storage.
- One-Command Infrastructure: Generates API keys, configures transport protocols (HTTP/STDIO), and launches a live management dashboard for you.
The Output
The skill produces a fully configured MCP environment. This includes updated configuration files for your specific IDE or CLI agent, a running MARM server instance (Docker or Python), and a live URL for your memory dashboard.
Changelog
- v1.1LatestJun 24, 2026
Updated skill file
- v1.0Jun 18, 2026
Initial release
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
8 people have installed this skill.
AMAZING HUGE Addition to my project! EZ Install
Honestly this install was super easy... i just followed the prompts and was able to add MARM to my project. Was also able to add a couple other MCPs to my project. Highly recommend for Dev Work!
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account
Creator
3 skills on Agensi
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
Hooks & Settings for Claude Code
Master Claude Code's settings hierarchy and hook framework to automate workflows and silence repetitive prompts.

AI Coding Prompt Refiner for Better Developer Results
Transforms vague coding requests into precise, scoped, testable, AI-ready prompts for Cursor, Claude Code, Codex CLI, Replit, and other coding agents.
context-window-manager
Maximize AI agent performance with proactive token management, intelligent compaction, and session handoff strategies.