Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_ADDR | No | The Vault server address | http://127.0.0.1:8200 |
| VAULT_TOKEN | Yes | The Vault authentication token |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vault_read | Read a secret from Vault at the specified path |
| vault_write | Write a secret to Vault at the specified path |
| vault_list | List secrets at the specified path in Vault |
| vault_delete | Delete a secret from Vault at the specified path |