Skip to main content
Glama
aarifmms

aarifmms/keyblind

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEYBLIND_AUTO_INITNotrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
resolve_secretA

Resolve a secret by name using the configured backend (local vault, 1Password, Bitwarden, or env vars). Returns the decrypted value at runtime. The secret value is never visible in the LLM conversation transcript — it is resolved just-in-time for the current operation.

store_secretA

Store a secret in the encrypted vault. The value is encrypted with AES-256-GCM before storage. The secret value is never visible in the LLM conversation transcript after this call.

list_secretsA

List all stored secret names (names only — values are never revealed in this listing).

sandbox_envA

Replace real values in your .env file with deterministic fake values. Real values are encrypted and backed up to the vault. AI agents reading .env files will only see fakes. Use unsandbox_env to restore real values.

unsandbox_envC

Restore real .env values from the vault. Reverses the sandbox operation.

delete_secretC

Delete a secret from the vault.

audit_logA

View the audit log of secret resolutions, stores, and deletes. Shows who accessed which secret and when.

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/aarifmms/keyblind'

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