From session-memory
Local Python MCP server for session memory management, providing tools to store, retrieve, and manage state across Claude Code sessions. No secrets required.
npx claudepluginhub ddunnock/claude-plugins --plugin session-memoryAdd to your .mcp.json:
{
"mcpServers": {
"session-memory": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python3