Developer Tools
Trust: 37/100 (Limited)io.github.shackleai/memory Guide
Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool.
by shackleai
Quick Start
Install
npx @shackleai/memory-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-shackleai-memory": {
"command": "npx",
"args": [
"@shackleai/memory-mcp"
]
}
}
}