Back to MCP Servers

Quantum Ring

Quantum-inspired keyring for AI coding agents. Secure secrets with superposition, entanglement, tunneling, and teleportation.

securityaiagent

Installation

npx -y quantum_ring

Configuration

{
  "mcpServers": {
    "quantum_ring": {
      "command": "npx",
      "args": ["-y", "quantum_ring"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub