kion-mcp-server


Namekion-mcp-server JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryKion MCP Server - Model Context Protocol server for Kion API integration
upload_time2025-08-19 15:29:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseMIT License Copyright (c) 2025 Nor Labs, Inc., DBA Kion Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords api cloud governance kion mcp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kion MCP Server

## Installation

> [!TIP]
> For more detailed installation and usage instructions, please see our [support documentation](https://support.kion.io/hc/en-us/articles/38760650970765-MCP-Server-Installation-and-Configuration)

### Claude Desktop Extension
`uv` is currently a requirement for the desktop extension. Please see [installation instructions](https://docs.astral.sh/uv/getting-started/installation/)

Once `uv` is installed, the Claude Desktop Extension can be installed by downloading the `.dxt` archive from the releases section, and then the archive can be installed via the extension settings in Claude Destkop, double clicking the file, or dragging the file onto the extension settings.

### Dockerhub
Releases are published to the `kionsoftware/kion-mcp` repository, and can be run directly using docker.

### Pypi
This package can be installed via pip.
`pip install kion-mcp-server`

## Development Setup

### Install uv

Install `uv` using homebrew with `brew install uv`

### Install an MCP client

An MCP server needs an MCP client to run it. For development - [the mcp inspector](https://github.com/modelcontextprotocol/inspector) is a great tool for getting up and running with the server.

### Add this server as a tool

For your MCP client there should be a json file defining what MCP Servers it has access to. Look up where this file is for your client and add something similar to this to it (json objects vary slightly by client check your client's documentation for the exact required JSON. MCP inspector has fields that can be configured directly.):

```
"KionMcp": {
    "command": "uv",
    "args": [
        "--directory",
        "<absolute path to this folder>",
        "run",
        "kion-mcp-server"
    ]
}
```

NOTE: sometimes you will need to give an exact path to `uv` for some clients to work properly. Just run `which uv` and put the output of that as the command in the JSON

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kion-mcp-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "Kion Software <support@kion.io>",
    "keywords": "api, cloud, governance, kion, mcp",
    "author": null,
    "author_email": "Kion Software <support@kion.io>",
    "download_url": "https://files.pythonhosted.org/packages/03/8c/e69cd9adef6a2c344b73a8712fe1c439afb8ecfcae0acf07d5f6985905ff/kion_mcp_server-0.2.0.tar.gz",
    "platform": null,
    "description": "# Kion MCP Server\n\n## Installation\n\n> [!TIP]\n> For more detailed installation and usage instructions, please see our [support documentation](https://support.kion.io/hc/en-us/articles/38760650970765-MCP-Server-Installation-and-Configuration)\n\n### Claude Desktop Extension\n`uv` is currently a requirement for the desktop extension. Please see [installation instructions](https://docs.astral.sh/uv/getting-started/installation/)\n\nOnce `uv` is installed, the Claude Desktop Extension can be installed by downloading the `.dxt` archive from the releases section, and then the archive can be installed via the extension settings in Claude Destkop, double clicking the file, or dragging the file onto the extension settings.\n\n### Dockerhub\nReleases are published to the `kionsoftware/kion-mcp` repository, and can be run directly using docker.\n\n### Pypi\nThis package can be installed via pip.\n`pip install kion-mcp-server`\n\n## Development Setup\n\n### Install uv\n\nInstall `uv` using homebrew with `brew install uv`\n\n### Install an MCP client\n\nAn MCP server needs an MCP client to run it. For development - [the mcp inspector](https://github.com/modelcontextprotocol/inspector) is a great tool for getting up and running with the server.\n\n### Add this server as a tool\n\nFor your MCP client there should be a json file defining what MCP Servers it has access to. Look up where this file is for your client and add something similar to this to it (json objects vary slightly by client check your client's documentation for the exact required JSON. MCP inspector has fields that can be configured directly.):\n\n```\n\"KionMcp\": {\n    \"command\": \"uv\",\n    \"args\": [\n        \"--directory\",\n        \"<absolute path to this folder>\",\n        \"run\",\n        \"kion-mcp-server\"\n    ]\n}\n```\n\nNOTE: sometimes you will need to give an exact path to `uv` for some clients to work properly. Just run `which uv` and put the output of that as the command in the JSON\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Nor Labs, Inc., DBA Kion\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "Kion MCP Server - Model Context Protocol server for Kion API integration",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/kionsoftware/kion-mcp/blob/main/README.md",
        "Homepage": "https://github.com/kionsoftware/kion-mcp",
        "Issues": "https://github.com/kionsoftware/kion-mcp/issues",
        "Repository": "https://github.com/kionsoftware/kion-mcp"
    },
    "split_keywords": [
        "api",
        " cloud",
        " governance",
        " kion",
        " mcp"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1c6fa4f17e7a0cd877932de3702a0136b51b70ccbd722831260418e4a1fa926",
                "md5": "e79febbe7e7481c296dda450148c78f8",
                "sha256": "c45ecf7be547e16ab9ede7a1927acfb612508b1b02008c7adee22d2156cb2af7"
            },
            "downloads": -1,
            "filename": "kion_mcp_server-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e79febbe7e7481c296dda450148c78f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 223133,
            "upload_time": "2025-08-19T15:29:17",
            "upload_time_iso_8601": "2025-08-19T15:29:17.491555Z",
            "url": "https://files.pythonhosted.org/packages/b1/c6/fa4f17e7a0cd877932de3702a0136b51b70ccbd722831260418e4a1fa926/kion_mcp_server-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "038ce69cd9adef6a2c344b73a8712fe1c439afb8ecfcae0acf07d5f6985905ff",
                "md5": "67f6529cf392c0433345cfc7c036c084",
                "sha256": "e35e2115eae2bab15c50e454d7852a6443bded13f883d5b5cdc1e7f21dbc56ca"
            },
            "downloads": -1,
            "filename": "kion_mcp_server-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "67f6529cf392c0433345cfc7c036c084",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 195568,
            "upload_time": "2025-08-19T15:29:19",
            "upload_time_iso_8601": "2025-08-19T15:29:19.139869Z",
            "url": "https://files.pythonhosted.org/packages/03/8c/e69cd9adef6a2c344b73a8712fe1c439afb8ecfcae0acf07d5f6985905ff/kion_mcp_server-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-19 15:29:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kionsoftware",
    "github_project": "kion-mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kion-mcp-server"
}
        
Elapsed time: 1.88998s