Quantum-inspired keyring for AI coding agents with superposition, entanglement, and tunneling.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@i4ctime/q-ring · npm · 0.16.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.I4cTime/q-ring",
"description": "Quantum-inspired keyring for AI coding agents with superposition, entanglement, and tunneling.",
"title": "q-ring",
"repository": {
"url": "https://github.com/I4cTime/q-ring",
"source": "github"
},
"version": "0.16.1",
"websiteUrl": "https://qring.i4c.studio",
"icons": [
{
"src": "https://qring.i4c.studio/assets/icon-192.png",
"mimeType": "image/png",
"sizes": [
"192x192"
]
},
{
"src": "https://qring.i4c.studio/assets/icon-512.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@i4ctime/q-ring",
"version": "0.16.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Secret storage backend. Defaults to the OS keychain; set to \"file\" for headless hosts with no Secret Service (CI, containers).",
"default": "keyring",
"choices": [
"keyring",
"file"
],
"name": "QRING_BACKEND"
},
{
"description": "Passphrase for the encrypted file backend (AES-256-GCM). Required only when QRING_BACKEND=file — without it the file backend fails closed.",
"isSecret": true,
"name": "QRING_FILE_PASSPHRASE"
},
{
"description": "Custom path for the encrypted file store (default: ~/.config/q-ring/file-backend.enc).",
"format": "filepath",
"name": "QRING_FILE_BACKEND_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T02:16:59.493447Z",
"publishedAt": "2026-08-18T02:16:59.493447Z",
"updatedAt": "2026-08-18T02:16:59.493447Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.16.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.