From universe
Local stdio MCP server 'timewarp' running a bundled Node.js ES module. Purpose unclear from key, command, or configuration alone.
npx claudepluginhub mbwsims/claude-universe --plugin universeAdd to your .mcp.json:
{
"mcpServers": {
"timewarp": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/timewarp/dist/server.bundle.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
sh