-
Notifications
You must be signed in to change notification settings - Fork 0
feat(claude): add mempalace plugin #898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | 🏗️ Heavy lift
🧩 Analysis chain
🏁 Script executed:
Repository: yxtay/dotfiles
Length of output: 152
🏁 Script executed:
Repository: yxtay/dotfiles
Length of output: 1401
🌐 Web query:
MemPalace claude plugin /mempalace:init plugin installation runtime initialization💡 Result:
The MemPalace Claude Code plugin integrates persistent memory into your Claude Code sessions using the Model Context Protocol (MCP) and dedicated auto-save hooks [1][2]. The /mempalace:init command is a post-installation utility used to finalize the plugin's configuration [3][4][5]. Installation and Initialization Process: 1. Installation: You can install the plugin via the Claude Code marketplace or manually [1][2]. The recommended installation commands are: claude plugin marketplace add MemPalace/mempalace claude plugin install --scope user mempalace [1] You must also ensure the MemPalace Python package is installed in your environment, preferably in an isolated location to avoid dependency conflicts [6]: uv tool install mempalace (recommended) or pip install mempalace [6][3] 2. Runtime Initialization: After the plugin is installed, you run the initialization command within the Claude Code interface to complete the setup, which includes configuring the MCP server and wiring up the necessary hooks [3][5]: /mempalace:init [3][5] The /mempalace:init command performs essential tasks such as verifying the installation of the mempalace CLI, configuring MCP server paths, and ensuring that auto-save hooks—which trigger memory management during conversations—are correctly enabled [3][4][5][2]. Once initialized, the plugin allows Claude Code to access 19 MCP tools for storing, searching, and managing memory across your projects [7][8]. You can verify the installation and MCP status by running /mcp or /mempalace:help within Claude Code [9].
Citations:
Install the MemPalace runtime too. This only adds the
MemPalace/mempalacemarketplace/plugin entry; the CLI/package and/mempalace:initstep are still missing, so the hooks will fail on a fresh machine until that runtime is provisioned or the plugin is kept opt-in.🤖 Prompt for AI Agents