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