q-ring is a quantum-inspired keyring for AI coding tools (Cursor, Kiro, Claude Code). It provides secrets management with superposition, entanglement, tunneling, and an MCP server.
brew tap I4cTime/tap
brew install qring# Store a secret
qring set API_KEY sk-abc123
# Retrieve it
qring get API_KEY
# Start the MCP server (for AI agents)
qring-mcpbrew update
brew upgrade qring