Skip to content
Skill

agentMemory

by webzler

AI Summary

agentMemory provides AI agents with a persistent, searchable knowledge management system that syncs with project documentation, enabling developers to build agents with contextual memory and decision tracking across sessions.

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
mkdir -p .claude/skills/agentMemory && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentMemory/SKILL.md "https://raw.githubusercontent.com/webzler/agentMemory/main/SKILL.md"

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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
10 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars10
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude.ai