Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"loom-swarm": {
"command": "python",
"args": [
"-u",
"${CLAUDE_PLUGIN_ROOT}/../scripts/start-swarm.py"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/../src",
"LOOM_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}/..",
"PYTHONUNBUFFERED": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python${CLAUDE_PLUGIN_ROOT}/..Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/../srcLOOM_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}/..PYTHONUNBUFFERED=1npx claudepluginhub nickalus12/loom --plugin loom