Stats
Actions
Tags
From universe
Local stdio MCP server 'testkit' running bundled Node.js (.mjs) via shell script. Executes as subprocess on user's machine. No env vars or secrets indicated.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"testkit": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/testkit/dist/server.bundle.mjs"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
npx claudepluginhub mbwsims/claude-universe --plugin universe