From malchela
Runs locally as a Node.js MCP server using the MALCHELA_DIR environment variable to access Malchela directory resources. Capabilities unclear from configuration.
npx claudepluginhub dwmetz/malchela --plugin malchelaAdd to your .mcp.json:
{
"mcpServers": {
"malchela": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/index.js"
],
"env": {
"MALCHELA_DIR": "${MALCHELA_DIR}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeMALCHELA_DIR=${MALCHELA_DIR}