Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tooluniverse
Runs a local tool server using uvx. Purpose unclear from configuration; environment variables suggest PyTorch usage.
npx claudepluginhub mims-harvard/tooluniverse --plugin tooluniverseCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tooluniverse": {
"command": "uvx",
"args": [
"tooluniverse"
],
"env": {
"PYTHONIOENCODING": "utf-8",
"PYTORCH_ENABLE_MPS_FALLBACK": "1",
"PYTORCH_MPS_HIGH_WATERMARK_RATIO": "0.0"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONIOENCODING=utf-8PYTORCH_ENABLE_MPS_FALLBACK=1PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0Share bugs, ideas, or general feedback.