MegaMem MCP v1.7.4
MegaMem MCP v1.7.4
Installation
For Obsidian Plugin:
- Download the attached megamem-mcp-1.7.4.zip
- Extract to your vault .obsidian/plugins/megamem-mcp/ folder
- 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 notepath/newPathparameters 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_mddotted-stem false positive incorrectly flagging valid markdown notes - Fix OpenRouter embedding models being stored under the wrong provider key in settings
- Resolve
readdirSync/Direnttyping errors inUpdateService
Testing & Infrastructure
- Add pytest harness and wdio-obsidian-service E2E test scaffolding
- Fix MCP server drift and adopt updated
.roorules 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