
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
scicomp-neural-mcp
Advanced tools
mcp-name: io.github.andylbrummer/neural-mcp
MCP server for neural network training and experimentation.
This server provides tools for building, training, and analyzing neural networks:
# Run directly with uvx (no installation required)
uvx scicomp-neural-mcp
# Or install with pip
pip install scicomp-neural-mcp
# With GPU support (recommended for training)
pip install scicomp-neural-mcp[gpu]
# Run as command
scicomp-neural-mcp
define_model - Create neural network models (ResNet18, MobileNet, custom)load_pretrained - Load pretrained models from torchvision or Hugging Faceget_model_summary - Get detailed layer-by-layer breakdownexport_model - Export to ONNX or TorchScriptload_dataset - Load standard datasets (CIFAR-10, MNIST, ImageNet)create_dataloader - Create batched dataloaders with shufflingtrain_model - Train model on dataset with configurable parametersget_experiment_status - Monitor training progressevaluate_model - Evaluate on test setcompute_metrics - Compute detailed performance metricsconfusion_matrix - Generate confusion matricesplot_training_curves - Visualize loss and accuracy curvesvisualize_predictions - Inspect model predictions on samplestune_hyperparameters - Automated hyperparameter searchEnable GPU acceleration with environment variable:
MCP_USE_GPU=1 scicomp-neural-mcp
Practical tutorials in EXAMPLES.md:
See the API documentation for complete API reference.
Part of a comprehensive system for scientific computing. See the documentation for the complete ecosystem.
FAQs
MCP server for neural network training and experimentation
We found that scicomp-neural-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.