Skip to main content
Glama
Wolstapp

stillvault-mcp

by Wolstapp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STILLVAULT_BINNoPath to the CLI if not on PATH.stillvault
STILLVAULT_AGENTYesEnrolled agent id; releases are signed with its key.
STILLVAULT_BROKERNoBroker URL (set for self-hosted).https://stillvault.ai
STILLVAULT_TENANTYesYour org id (managed broker per-tenant lookup).
STILLVAULT_APPROVAL_WAITNoSeconds to wait for each approval.130

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
stillvault_runA

PREFERRED way to use a secret. Runs a local command, resolving any stillvault://<path> references after a named human approves the release. The secret is injected into the child process and is NEVER returned to you or shown in this conversation — you get only the command's output. The call blocks until a human approves on their device (or times out). Examples: run psql with stillvault://db/prod/dsn as an argument, or curl an API with a key in a header. Prefer this over stillvault_reveal whenever you just need to use the secret rather than read its value.

stillvault_revealA

Returns a secret's plaintext VALUE into this conversation after a named human approves the release. WARNING: this puts the secret in the model's context and therefore in your LLM provider's logs — it is the opposite of how Stillvault is meant to be used. Prefer stillvault_run, which uses the secret without revealing it. Use this only when the value itself must be read (e.g. to display it to the human who asked, or to write it into a file you are editing). The call blocks until a human approves on their device.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wolstapp/stillvault-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server