This is a local Squad plugin example for a memory-palace-style provider.
It demonstrates:
- declaring the Squad
memorycomponent - installing memory provider guidance under
.squad/memory/ - recording upstream package metadata for PyPI package
mempalace - documenting the optional
mempalace-mcpserver without starting it - keeping the Squad/Copilot boundary intact
squad plugin validate .
squad plugin dry-run .
squad plugin install .
squad plugin enable mempalace-memory
squad plugin switch memory mempalace-memory
squad plugin list --jsonThis example is declarative only. Squad does not install mempalace, run mempalace, start mempalace-mcp, install assistant hooks, or execute memory provider code during plugin install.
Install and configure MemPalace separately:
pip install mempalace
mempalace init ~/projects/myapp
mempalace mine ~/projects/myapp
mempalace search "important design decision"
mempalace wake-up