alibaizhanov190 downloadsTurn your vault into memory your AI assistants can read. Notes sync as you write and become searchable context in Claude, Cursor, and any MCP client.
Your vault already holds what you know. This plugin makes it something your AI assistants can actually read.
Notes sync to Mengram as you write, where they are turned into searchable memory — entities, facts and the relationships between them. Ask Claude, Cursor or any MCP client a question, and it answers from your own notes instead of guessing.
main.js, manifest.json, and styles.css from the latest release<your-vault>/.obsidian/plugins/mengram/| Command | Description |
|---|---|
| Search memories | Open search modal to find memories |
| Sync current file | Sync the active note to Mengram |
| Sync entire vault | Sync all notes in configured folders |
| Show memory stats | Display vault statistics |
| Setting | Default | Description |
|---|---|---|
| API key | — | Your Mengram API key (om-...) |
| Auto-sync | On | Sync notes automatically when saved |
| Sync folders | (all) | Only sync these folders (comma-separated) |
| Excluded folders | .trash | Never sync these folders |
| Debounce delay | 2s | Wait before syncing after edit |
| User ID | default | For multi-user isolation |
| Base URL | mengram.io | For self-hosted instances |
If you're running Mengram locally, change the base URL in settings to your instance (e.g., http://localhost:8080).
This plugin sends note content to the Mengram API (mengram.io) for AI-powered knowledge extraction and storage. No data is sent without an API key configured. All communication uses HTTPS.
Mengram offers a free tier (100 adds/month, 500 searches/month). Paid plans are available at mengram.io/#pricing. An API key is required — sign up for free at mengram.io/dashboard.
MIT