Skip to content
Grok

q-ring for Grok

io.github.i4ctime/q-ring

OS keychain secrets for AI coding agents, over MCP.

client:Grok transport:stdio runtime:npm

Install q-ring in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "q-ring": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@i4ctime/q-ring"
      ],
      "env": {
        "QRING_BACKEND": "<QRING_BACKEND>",
        "QRING_FILE_PASSPHRASE": "<QRING_FILE_PASSPHRASE>",
        "QRING_FILE_BACKEND_PATH": "<QRING_FILE_BACKEND_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

q-ring in other clients