Openstack MCP Server

Openstack Swift SDK

Local serverstdioTypeScript

What is the Openstack MCP server?

If you already use Openstack, the openstack mcp server is the piece that lets your assistant work with it directly. Openstack Swift SDK.

What the server does

Welcome to the Openstack Swift SDK! This SDK allows you to interact with Openstack Swift, a highly available, distributed, and consistent object storage system. With this SDK, you can easily manage and manipulate your data stored in Openstack Swift.

  • Authentication with Openstack Swift using application credentials
  • CRUD operations on containers and objects
  • Upload and download objects
  • Manage metadata of containers and objects
  • List objects in a container with various filters

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Configuration — First, set up your Openstack Swift configuration. You can do this by setting environment variables or by directly passing the configuration object
  • Initialization — The Initialization tool exposed by this server
  • Authentication — The SDK handles authentication for you. It obtains a token and automatically includes it in your requests
  • Operations — The Operations tool exposed by this server
  • Scripts — The Scripts tool exposed by this server

Installation

The server ships on npm as @trendyol-js/openstack-swift-sdk, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Openstack's toolset — Configuration, Initialization, Authentication and 2 more — is a fair guide to whether it matches your workflow. It is maintained by trendyol-js; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Openstack's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
ConfigurationFirst, set up your Openstack Swift configuration. You can do this by setting environment variables or by directly passing the configuration object.
InitializationThe Initialization tool exposed by this server.
AuthenticationThe SDK handles authentication for you. It obtains a token and automatically includes it in your requests.
OperationsThe Operations tool exposed by this server.
ScriptsThe Scripts tool exposed by this server.

How to install the Openstack MCP server

{
  "mcpServers": {
    "openstack": {
      "command": "npx",
      "args": ["-y", "@trendyol-js/openstack-swift-sdk"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Openstack to Configuration.
  • Use Openstack to Initialization.
  • Use Openstack to Authentication.

Frequently asked questions

It connects Openstack to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Configuration, Initialization, Authentication, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Openstack directly.