Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From swarm
Runs end-to-end tests via a custom Node.js MCP server that executes locally, enabling Claude to trigger test suites and capture results.
npx claudepluginhub joelhooks/swarm-tools --plugin swarmCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"swarm-tools": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/mcp-server.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process