Runs locally as a Python subprocess via mempalace.mcp_server module. Extends Claude Code with custom tools, resources, or prompt templates from the mempalace package. Specific capabilities unclear from configuration.
From mempalacenpx claudepluginhub milla-jovovich/mempalaceAdd to your .mcp.json:
{
"mcpServers": {
"mempalace": {
"command": "python3",
"args": [
"-m",
"mempalace.mcp_server"
]
}
}
}python3