stillvault-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STILLVAULT_BIN | No | Path to the CLI if not on PATH. | stillvault |
| STILLVAULT_AGENT | Yes | Enrolled agent id; releases are signed with its key. | |
| STILLVAULT_BROKER | No | Broker URL (set for self-hosted). | https://stillvault.ai |
| STILLVAULT_TENANT | Yes | Your org id (managed broker per-tenant lookup). | |
| STILLVAULT_APPROVAL_WAIT | No | Seconds to wait for each approval. | 130 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stillvault_runA | PREFERRED way to use a secret. Runs a local command, resolving any |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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