unsloth-mcp-server
Verified Safeby ScientiaCapital
Overview
An MCP server enabling Claude Code users to orchestrate LLM fine-tuning workflows, manage GPU resources, and generate training data, leveraging Unsloth's performance optimizations.
Installation
node build/index.jsEnvironment Variables
- RUNPOD_API_KEY
- ANTHROPIC_API_KEY
- HUGGINGFACE_TOKEN
Security Notes
The server implements comprehensive security measures including input validation, path traversal prevention, and Python script sanitization against dangerous patterns (e.g., 'os.system', 'eval', 'subprocess', file writes). Resource limits and rate limiting are in place. Secrets are handled via environment variables. Detected dangerous patterns in Python scripts are currently logged as warnings, not errors, which could be tightened for maximum security in a strict production environment.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.