Files
mempalace/.claude-plugin/plugin.json
T

30 lines
606 B
JSON
Raw Normal View History

{
"name": "mempalace",
2026-04-08 17:41:55 +00:00
"version": "3.0.10",
"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 11:56:13 +00:00
"author": {
"name": "milla-jovovich"
},
"license": "MIT",
"commands": [],
"mcpServers": {
"mempalace": {
"command": "python3",
2026-04-08 11:56:13 +00:00
"args": [
"-m",
"mempalace.mcp_server"
]
}
},
2026-04-08 11:56:13 +00:00
"keywords": [
"memory",
"ai",
"rag",
"mcp",
"chromadb",
"palace",
"search"
],
"repository": "https://github.com/milla-jovovich/mempalace"
}