Stats
Actions
Tags
From prefab-sentinel
Prefab-based MCP server that runs locally and provides tools or resources via the Model Context Protocol. Purpose is unclear from the configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prefab-sentinel": {
"command": "uvx",
"args": [
"--from",
"${CLAUDE_PLUGIN_ROOT}",
"--with",
"mcp>=1.12",
"prefab-sentinel-mcp"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub tyunta/prefab-sentinel --plugin prefab-sentinel