From lomo-kits
devflow MCP server running a local Node.js process as stdio subprocess. Purpose unclear from configuration alone.
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsAdd to your .mcp.json:
{
"mcpServers": {
"lomo-kits": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node