A lightweight and extensible service that enables AI assistants to securely execute OpenStack CLI commands via the Model Context Protocol (MCP)
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": "npx",
"args": [
"-y",
"DragomirAlin/openstack-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add openstack-mcp-server npx -y DragomirAlin/openstack-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"DragomirAlin/openstack-mcp-server"
]
}
}
}