Stats
Actions
Tags
From Alfred Dev
Local MCP server that provides memory management capabilities for Claude. Runs a Python-based memory server to store and recall contextual information across sessions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"alfred-memory": {
"command": "python3",
"args": [
"-c",
"import os, runpy; root = os.environ.get('CLAUDE_PLUGIN_ROOT') or os.getcwd(); runpy.run_path(os.path.join(root, 'mcp', 'memory_server.py'), run_name='__main__')"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub 686f6c61/alfred-dev --plugin alfred-dev