MCP Server
MCP
io.github.alphaonedev/ai-memory
Persistent memory for any AI — zero token cost until recall
Install
oci:ghcr.io/alphaonedev/ai-memory:0.5.1
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/alphaonedev/ai-memory:0.5.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"description": "Feature tier: keyword, semantic, smart, autonomous",
"value": "semantic",
"type": "named",
"name": "--tier"
}
],
"environmentVariables": [
{
"description": "Path to the SQLite database file",
"name": "AI_MEMORY_DB"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment