MCP Server
MCP
Engram
Git-backed markdown memory for AI agents; search hides superseded and archived notes.
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
By
Comments
Sign in to leave a comment