loading…
Search for a command to run...
loading…
Provides a standardized interface for interacting with Scikit-learn models and datasets, enabling training, evaluation, and model management through natural lan
Provides a standardized interface for interacting with Scikit-learn models and datasets, enabling training, evaluation, and model management through natural language.
This is a Model Context Protocol server for Scikit-learn, providing a standardized interface for interacting with Scikit-learn models and datasets.
This project is not yet set up for ephemeral environments (e.g. uvx usage). Run this project locally by cloning this repo:
git clone https://github.com/yourusername/mcp-server-scikit-learn.git
cd mcp-server-scikit-learn
You can launch the MCP inspector via npm:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_server_scikit_learn run mcp-server-scikit-learn
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
OR Add this tool as a MCP server:
{
"scikit-learn": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-scikit-learn",
"run",
"mcp-server-scikit-learn"
]
}
}
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e ".[dev]"
pytest -s -v tests/
Run in your terminal:
claude mcp add mcp-server-scikit-learn -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.