From xclaude-plugin
Local Node.js MCP server 'xc-testing' running as subprocess, likely for testing Claude Code tools or resources. Uses XC_LOG_LEVEL for logging. Specific capabilities unclear from config.
npx claudepluginhub conorluddy/xclaude-plugin --plugin xclaude-pluginAdd to your .mcp.json:
{
"mcpServers": {
"xc-testing": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-testing/dist/index.js"
],
"env": {
"XC_LOG_LEVEL": "info"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeXC_LOG_LEVEL=info