From entrix
Runs locally as a stdio MCP server using the Python 'entrix' package via 'uvx entrix serve'. Capabilities unclear from configuration; no secrets required.
npx claudepluginhub phodal/entrix --plugin entrixAdd to your .mcp.json:
{
"mcpServers": {
"entrix": {
"command": "uvx",
"args": [
"entrix",
"serve"
]
}
}
}uvx