Stats
Actions
Tags
From TorchTalk
Provides tools for interacting with PyTorch source code, enabling model inspection, execution, and development assistance directly from your local environment. Uses the PYTORCH_SOURCE environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"torchtalk": {
"command": "torchtalk",
"args": [
"mcp-serve"
],
"env": {
"PYTORCH_SOURCE": "${PYTORCH_SOURCE:-}"
}
}
}
}Server configuration and connection parameters
torchtalkCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTORCH_SOURCE=${PYTORCH_SOURCE:-}npx claudepluginhub torchedhat/ai-marketplace --plugin torchtalk