github doobidoo/mcp-memory-service v8.75.1
v8.75.1 - Hook Installer Fix

latest releases: v10.40.0, v10.39.1, v10.39.0...
3 months ago

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:
    • memory
    • mcp-memory
    • *memory*service*
    • *memory*server*
  • Backward compatible with existing memory server 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

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.