Skip to content

MegaMem MCP v1.7.4

Choose a tag to compare

@C-Bjorn C-Bjorn released this 09 Jul 15:14
· 2 commits to main since this release

MegaMem MCP v1.7.4

Installation

For Obsidian Plugin:

  1. Download the attached megamem-mcp-1.7.4.zip
  2. Extract to your vault .obsidian/plugins/megamem-mcp/ folder
  3. Reload Obsidian and enable the plugin

What is Included:

  • Main plugin files (main.js, manifest.json, styles.css)
  • Built-in MCP server for Claude Desktop integration
  • Graphiti bridge for knowledge graph functionality
  • Complete documentation site for GitHub Pages

Changes

Features

  • Add cross-vault copy/move orchestration to manage_obsidian_notes (single-call read-from-source + write-to-target, with overwrite protection and safe move semantics)
  • Accept obsidian:// URIs directly in note path/newPath parameters across MCP tools

Bug Fixes

  • Fix sync Update-counter false positives by using content-hash comparison instead of mtime-only diffing for Update classification (#17)
  • Fix _auto_md dotted-stem false positive incorrectly flagging valid markdown notes
  • Fix OpenRouter embedding models being stored under the wrong provider key in settings
  • Resolve readdirSync/Dirent typing errors in UpdateService

Testing & Infrastructure

  • Add pytest harness and wdio-obsidian-service E2E test scaffolding
  • Fix MCP server drift and adopt updated .roo rules conventions

Documentation

  • Sync MCP tools reference and public docs for cross-vault and obsidian:// URI features
  • Add MCP tools reference doc sync step to the release workflow