AI SummaryagentMemory provides AI agents with a persistent, searchable knowledge management system that syncs with project documentation. Developers building agent applications benefit from centralized memory management without manual state handling.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "agentMemory" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/agentmemory && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentmemory/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/agentmemory/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentmemory/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/agentmemory/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
A hybrid memory system that provides persistent, searchable knowledge management for AI agents.
Prerequisites
• Node.js installed • Check if agentMemory is already installed in the project: `bash ls -la .agentMemory `
Capabilities (MCP Tools)
Once the server is running, you can use these tools:
agentMemory Skill
This skill extends your capabilities by providing a persistent, searchable memory bank that automatically syncs with project documentation.
Setup
• Install Dependencies: `bash npm install ` • Build the Project: `bash npm run compile ` • Start the Memory Server: You need to run the MCP server to interact with the memory bank. `bash npm run start-server <project_id> <absolute_path_to_workspace> ` Note: This skill typically runs as a background process or via an mcp-server configuration. ensuring it is running is key.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster