← Back to Plugins
MCP Server MCP

Engram

github By github 👁 1 views ▲ 0 votes

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

Homepage Verified source GitHub

Install

oci:ghcr.io/rwnalds/engram:0.1.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/rwnalds/engram:0.1.2",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Mount your local markdown vault into the container",
          "isRequired": true,
          "value": "type=bind,src={vault_path},dst=/vault",
          "variables": {
            "vault_path": {
              "description": "Absolute path to your local markdown vault (Obsidian-compatible)",
              "isRequired": true,
              "format": "filepath"
            }
          },
          "type": "named",
          "name": "--mount"
        }
      ],
      "packageArguments": [
        {
          "value": "/vault",
          "type": "positional",
          "valueHint": "vault_dir"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...