Simple OpenStack MCP
About
Execute OpenStack CLI commands using LLMs. Requires a configured OpenStack CLI environment.
Details
- Author
- choieastsea
- Categories
- Cloud Service, Infrastructure
Jump to
Setup
Install Simple OpenStack MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/choieastsea/simple-openstack-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Execute OpenStack CLI commands using LLMs. Requires a configured OpenStack CLI environment.
This is afastmcp-based MCP server that allows an LLM to execute complex OpenStack commands for you in an environment whereopenstack-cliis runnable.
Theopenstack-climust be executable in the environment where this MCP server runs. Additionally, the authentication credentials for the target OpenStack cloud must be stored inclouds.yaml. Here is an example:
clouds: ...: # openstack_cloud_name auth: auth_url: ... username: ... password: ... project_id: ... project_name: ... user_domain_name: ... region_name: ... interface: "public" identity_api_version: 3
If you are usingClaude DesktoporVScode Copilot, add the following to your claude_desktop_config.json. You can add similar settings to other LLM clients you wish to use.
{ "mcpServers": { "openstack": { "command": "uv", "args": [ "--directory", "${REPOSITORY_ABS_PATH}/simple-openstack-mcp", "-m", "server" ] } } }
If you don't have the repository cloned locally, you can also run it with uvx:
{ "mcpServers": { "openstack": { "command": "uvx", "args": [ "--from", "git+https://github.com/choieastsea/simple-openstack-mcp", "simple-openstack-mcp" ] } } }
The following commands should run successfully from the repository directory:
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
Core AWS MCP server providing prompt understanding and server management capabilities.
Manage and interact with Microsoft Azure services.
An MCP Server that connects to Gemini Cloud Assist APIs, enabling you to manage and troubleshoot your Google Cloud environment using natural language.
The IBM Instana MCP server enables seamless interaction with the IBM Instana observability platform, allowing you to access real-time observability data directly within your development workflow.
Query and interact with kubernetes environments monitored by Metoro
Exposes cloud provider control and data planes to agents as self-describing, queryable and mutable data sources using SQL, minimising tool surface and token usage.
An MCP server for 1Panel, a modern Linux server operation and maintenance panel.
Automate Akamai resource actions using a conversational AI client. Requires Akamai API credentials.
Enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

