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)
{
"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