@trevorbyrum/keymask
npm/@trevorbyrum/keymaskLocal MCP credential broker for coding agents (Claude Code, Codex, Gemini, and any other MCP-stdio client). Values never enter the AI transcript — the agent requests secrets through a schema, a localhost form lets you type them, and they land in Vault, .e
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@trevorbyrum/keymask": {
"url": "None",
"transport": "http"
}
}
}