Skip to main content
Cloud PlatformsPython

openstack-kr/python-openstackmcp-server

OpenStack MCP server for cloud infrastructure management based on openstacksdk.

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/openstack-kr/python-openstackmcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "python-openstackmcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "openstack-kr/python-openstackmcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
openstack-kr