mle-kit-mcp


Namemle-kit-mcp JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryMCP server that provides different tools for MLE
upload_time2025-09-01 15:13:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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"}
  }
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mle-kit-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ilya Gusev <phoenixilya@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/67/46/07775c70bda2411c678159a58ee69a9d08bfd4d70d0239c5a85bd6c83843/mle_kit_mcp-0.2.3.tar.gz",
    "platform": null,
    "description": "# MLE KIT MCP\n\nA collection of MCP tools related to the experiments on remote gpu:\n- Bash and remote bash\n- Text editor and remote text editor \n- Remote download\n\n\nRun the mcp server:\n```\nuv run python -m mle_kit_mcp --host 127.0.0.1 --port 5056 --workspace workdir\n```\n\nClaude Desktop config:\n```\n{\n  \"mcpServers\": {\n      \"mle_kit\": {\"url\": \"http://127.0.0.1:5056/mcp\", \"transport\": \"streamable-http\"}\n  }\n}\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MCP server that provides different tools for MLE",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/IlyaGusev/mle_kit_mcp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54ceb2ac6f3e68d09f9f12376101050114543d58ad3a6d1172e0e07183bf75f2",
                "md5": "44f1edf65847b7b021020be03ab034ee",
                "sha256": "6199964b871ac461e7c1b0a309dc6b1245e9de7eb5eb3b00ebba402a45e28193"
            },
            "downloads": -1,
            "filename": "mle_kit_mcp-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44f1edf65847b7b021020be03ab034ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 19761,
            "upload_time": "2025-09-01T15:13:43",
            "upload_time_iso_8601": "2025-09-01T15:13:43.456187Z",
            "url": "https://files.pythonhosted.org/packages/54/ce/b2ac6f3e68d09f9f12376101050114543d58ad3a6d1172e0e07183bf75f2/mle_kit_mcp-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "674607775c70bda2411c678159a58ee69a9d08bfd4d70d0239c5a85bd6c83843",
                "md5": "0b377b8cf907122bb19109272a5b1ef9",
                "sha256": "6880426873e8e27e51eb13465aa3dc4efc7edf9e09522c719c013795f9f306e0"
            },
            "downloads": -1,
            "filename": "mle_kit_mcp-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0b377b8cf907122bb19109272a5b1ef9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 19345,
            "upload_time": "2025-09-01T15:13:44",
            "upload_time_iso_8601": "2025-09-01T15:13:44.716902Z",
            "url": "https://files.pythonhosted.org/packages/67/46/07775c70bda2411c678159a58ee69a9d08bfd4d70d0239c5a85bd6c83843/mle_kit_mcp-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-01 15:13:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IlyaGusev",
    "github_project": "mle_kit_mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mle-kit-mcp"
}
        
Elapsed time: 0.66002s