openstack-mcp-server

欢迎一起补全这个仓库,欢迎star。 基于MCP的OpenStack资源查询服务,提供API接口操作OpenStack云平台的计算、存储、网络、镜像等资源信息。

1 stars
2.5/5
Server Information

Category

Tags

python

GitHub Stars

1

Last Updated

8/14/2025

Installation & Usage

Quick Install

1. Install the server

npm install openstack-mcp-server

2. Configure MCP settings

Add the server to your Claude Desktop or MCP client configuration.

3. Start using

The server will be available for use with your AI assistant.

Configuration Example
{
  "servers": {
    "openstack-mcp-server": {
      "command": "node",
      "args": ["path/to/openstack-mcp-server"]
    }
  }
}

Add this configuration to your MCP settings file.

Ready to Get Started?

Install openstack-mcp-server and start building more capable AI applications with Model Context Protocol.