9f5b8f5fd6
The MCP server config used `python -m mempalace.mcp_server` which fails when mempalace is installed via pipx or uv, since the system python cannot find the module in the isolated venv. Adding a `mempalace-mcp` console_scripts entry point ensures the MCP server works regardless of installation method (pip, pipx, uv, conda). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "mempalace",
|
|
"version": "3.3.0",
|
|
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 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/",
|
|
"hooks": "./hooks.json",
|
|
"mcpServers": {
|
|
"mempalace": {
|
|
"command": "mempalace-mcp"
|
|
}
|
|
},
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|