Metadata-Version: 2.4
Name: mle-kit-mcp
Version: 0.2.3
Summary: MCP server that provides different tools for MLE
Author-email: Ilya Gusev <phoenixilya@gmail.com>
Project-URL: Homepage, https://github.com/IlyaGusev/mle_kit_mcp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.9.2
Requires-Dist: fire>=0.7.0
Requires-Dist: docker>=7.1.0
Requires-Dist: vastai-sdk==0.1.16
Requires-Dist: openai>=1.102.0
Requires-Dist: fastapi>=0.116.1
Dynamic: license-file

# MLE KIT MCP

A collection of MCP tools related to the experiments on remote gpu:
- Bash and remote bash
- Text editor and remote text editor 
- Remote download


Run the mcp server:
```
uv run python -m mle_kit_mcp --host 127.0.0.1 --port 5056 --workspace workdir
```

Claude Desktop config:
```
{
  "mcpServers": {
      "mle_kit": {"url": "http://127.0.0.1:5056/mcp", "transport": "streamable-http"}
  }
}
```
