openstack-mcp-server

notque/openstack-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated 1d ago
MCP server for OpenStack and SAP Converged Cloud - provides AI agents with typed tools for cloud infrastructure management
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openstack-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/notque/openstack-mcp-server@latest"
      ]
    }
  }
}