MCP Directory

I4cTime/quantum_ring

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y quantum_ring

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from I4cTime/quantum_ring your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route I4cTime/quantum_ring intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add quantum_ring

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use I4cTime/quantum_ring directly without routing

npx -y quantum_ring

New to Agent-CoreX? View setup guide →

I4cTime/quantum_ring MCP Server — Agent-CoreX