5b9d7a9adf
The three plugin directories advertised 36 MCP tools. The server has registered 44 since the logstream and mesh tools landed, which is what README.md and website/reference/mcp-tools.md already say, so the marketplace listings were understating the package to the people deciding whether to install it. No test pins the number in these descriptions; the manifest tests only assert that a description is present and substantive.
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "mempalace",
|
|
"version": "3.8.0",
|
|
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 44 MCP tools, auto-save hooks, and guided setup.",
|
|
"author": {
|
|
"name": "milla-jovovich"
|
|
},
|
|
"homepage": "https://github.com/MemPalace/mempalace",
|
|
"repository": "https://github.com/MemPalace/mempalace",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"memory",
|
|
"ai",
|
|
"rag",
|
|
"mcp",
|
|
"chromadb",
|
|
"palace",
|
|
"search"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"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 44 MCP tools, auto-save hooks, and guided skills.",
|
|
"developerName": "milla-jovovich",
|
|
"category": "Coding",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://github.com/MemPalace/mempalace",
|
|
"privacyPolicyURL": "https://github.com/MemPalace/mempalace",
|
|
"termsOfServiceURL": "https://github.com/MemPalace/mempalace",
|
|
"defaultPrompt": [
|
|
"Search my memories for recent decisions",
|
|
"Mine this project into my memory palace",
|
|
"Show my palace status and room counts"
|
|
],
|
|
"brandColor": "#7C3AED"
|
|
}
|
|
}
|