Skip to main content
Glama
backend_complete.bash397 B
# Complete keyring backends for `keyring -b` from `keyring --list-backends` # # keyring -b <TAB> # keyring.backends.chainer.ChainerBackend keyring.backends.fail.Keyring ... _keyring_backends() { local choices choices=$( "${COMP_WORDS[0]}" --list-backends 2>/dev/null | while IFS=$' \t' read -r backend rest; do printf "%s\n" "$backend" done ) compgen -W "${choices[*]}" -- "$1" }

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/typing233/scenext-mcp'

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