2026-04-08 19:10:44 +03:00
{
"name" : "mempalace" ,
2026-04-08 18:23:32 +00:00
"version" : "3.0.15" ,
2026-04-08 19:10:44 +03:00
"description" : "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup." ,
2026-04-08 16:10:56 +00:00
"author" : {
"name" : "milla-jovovich"
} ,
2026-04-08 19:10:44 +03:00
"homepage" : "https://github.com/milla-jovovich/mempalace" ,
"repository" : "https://github.com/milla-jovovich/mempalace" ,
"license" : "MIT" ,
2026-04-08 16:10:56 +00:00
"keywords" : [
"memory" ,
"ai" ,
"rag" ,
"mcp" ,
"chromadb" ,
"palace" ,
"search"
] ,
2026-04-08 19:10:44 +03:00
"skills" : "./skills/" ,
"hooks" : "./hooks.json" ,
"mcpServers" : {
"mempalace" : {
"command" : "python3" ,
2026-04-08 16:10:56 +00:00
"args" : [
"-m" ,
"mempalace.mcp_server"
]
2026-04-08 19:10:44 +03:00
}
} ,
"interface" : {
"displayName" : "MemPalace" ,
"shortDescription" : "AI memory system for Codex" ,
"longDescription" : "Give your AI a persistent memory — mine projects and conversations into a searchable palace backed by ChromaDB, with 19 MCP tools, auto-save hooks, and guided skills." ,
"developerName" : "milla-jovovich" ,
"category" : "Coding" ,
2026-04-08 16:10:56 +00:00
"capabilities" : [
"Interactive" ,
"Read" ,
"Write"
] ,
2026-04-08 19:10:44 +03:00
"websiteURL" : "https://github.com/milla-jovovich/mempalace" ,
"privacyPolicyURL" : "https://github.com/milla-jovovich/mempalace" ,
"termsOfServiceURL" : "https://github.com/milla-jovovich/mempalace" ,
"defaultPrompt" : [
"Search my memories for recent decisions" ,
"Mine this project into my memory palace" ,
"Show my palace status and room counts"
] ,
"brandColor" : "#7C3AED"
}
}