We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashgw/vault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test.example•336 B
# must be a valid http(s) URL
VAULT_ADDR=http://127.0.0.1:8200
# must start with hvs. and be at least a few characters
VAULT_TOKEN=hvs.test-token-1234567890abcdef
# optional but sometimes required by Vault clients
VAULT_NAMESPACE=default
VAULT_SKIP_VERIFY=true
# optional logging/debugging vars
LOG_LEVEL=debug
NODE_ENV=development