Fixed
Hook Installer: Support Flexible MCP Server Naming Conventions (PR #339)
Problem
The hook installer required an exact server name of memory, causing installation failures for users with custom MCP configurations (e.g., mcp-memory-service, memory-service).
Solution
- Installer now detects servers matching multiple patterns:
memorymcp-memory*memory*service**memory*server*
- Backward compatible with existing
memoryserver name - Provides clear error messages when no matching server found
- Improved user experience for custom MCP configurations
Benefits
- ✅ Fixes installation failures for users with custom server names
- ✅ Maintains backward compatibility
- ✅ Better error messages and UX
- ✅ More flexible configuration options
Contributors: Thanks to @timkjr for reporting and testing the fix!
Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md