q-ring
OS keychain secrets for AI coding agents, over MCP.
Topics: Security
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.17.6)
npx -y @i4ctime/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"q-ring": {
"command": "npx",
"args": [
"-y",
"@i4ctime/[email protected]"
],
"env": {
"QRING_BACKEND": "<YOUR_VALUE>",
"QRING_FILE_PASSPHRASE": "<YOUR_VALUE>",
"QRING_FILE_BACKEND_PATH": "<YOUR_VALUE>"
}
}
}
}
QRING_BACKEND— Secret storage backend. Defaults to the OS keychain; set to "file" for headless hosts with no Secret Service (CI, containers).QRING_FILE_PASSPHRASEsecret — Passphrase for the encrypted file backend (AES-256-GCM). Required only when QRING_BACKEND=file — without it the file backend fails closed.QRING_FILE_BACKEND_PATH— Custom path for the encrypted file store (default: ~/.config/q-ring/file-backend.enc).
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry