Loading MCP server directory, please wait...
Cross-platform FastMCP server for authenticated remote Linux/macOS host administration
npx @getmcp/cli add io.github.Abktya/universal-host-manager-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
MCP_WORKSPACE_DIRDirectory that read_file/write_file/list_dir are restricted to
AUTH0_DOMAINAuth0 tenant domain, e.g. your-tenant.eu.auth0.com
AUTH0_CLIENT_IDAuth0 application client ID
AUTH0_CLIENT_SECRETAuth0 application client secret
AUTH0_AUDIENCEAuth0 API audience/identifier
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Abktya/universal-host-manager-mcp": {
"command": "uvx",
"args": [
"universal-host-manager-mcp"
],
"env": {
"HOST": "127.0.0.1",
"PORT": "8765",
"MCP_WORKSPACE_DIR": "",
"AUTH0_DOMAIN": "",
"AUTH0_CLIENT_ID": "",
"AUTH0_CLIENT_SECRET": "",
"AUTH0_AUDIENCE": "",
"ALLOW_INSECURE_NO_AUTH": "false"
}
}
}
}