Vault MCP Server

Admin webapp for OpenStack Keystone and OpenStack Swift.

Local serverstdioPython

What is the Vault MCP server?

Vault MCP server exists for a simple reason — assistants are far more useful when they can act on Vault directly instead of describing what you should do. Admin webapp for OpenStack Keystone and OpenStack Swift.

What you get

Manage containers and objects on Swift. (A customized version of django-swiftbrowser)

What the assistant can call

Once Vault is connected, these are the calls the assistant has available:

  • Django — Swift
  • Teams — Vault has users and teams. Users have the permission to add other users to their teams. This gives them more autonomy
  • Administration — An admin can create users and teams, as well as add and remove users from those teams. Admins can also manage Keystone projects and users

Configuration and credentials

You will need 8 environment variables: VAULT_MYSQL_DB, VAULT_MYSQL_USER, VAULT_MYSQL_PASSWORD, VAULT_MYSQL_HOST, VAULT_MYSQL_PORT, VAULT_KEYSTONE_USERNAME, VAULT_KEYSTONE_PASSWORD, VAULT_KEYSTONE_PROJECT. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vault's toolset — Django, Teams, Administration — is a fair guide to whether it matches your workflow. It is maintained by Storm; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • 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.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the vault mcp server does with a few real requests.

Available tools

ToolWhat it does
DjangoSwift
TeamsVault has users and teams. Users have the permission to add other users to their teams. This gives them more autonomy.
AdministrationAn admin can create users and teams, as well as add and remove users from those teams. Admins can also manage Keystone projects and users.

Configuration

VariableDescriptionRequired
VAULT_MYSQL_DBConfiguration value read at startup.Optional
VAULT_MYSQL_USERConfiguration value read at startup.Optional
VAULT_MYSQL_PASSWORDConfiguration value read at startup.Optional
VAULT_MYSQL_HOSTEndpoint or connection string the server talks to.Optional
VAULT_MYSQL_PORTConfiguration value read at startup.Optional
VAULT_KEYSTONE_USERNAMECredential the server authenticates with.Yes
VAULT_KEYSTONE_PASSWORDCredential the server authenticates with.Yes
VAULT_KEYSTONE_PROJECTCredential the server authenticates with.Yes

Example prompts to try

  • Use Vault to Django.
  • Use Vault to Teams.
  • Use Vault to Administration.

Frequently asked questions

It connects Vault to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Django, Teams, Administration) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Vault directly.