Skip to content
Back to search
30
MCP

@trevorbyrum/keymask

npm/@trevorbyrum/keymask

Local 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

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
0 tools
io.github.trusty-squire/mcp
Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate.
0 tools
io.github.Agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
0 tools
@oomkapwn/enquire-mcp
MCP server giving AI agents (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw) persistent long-term memory backed by your local
0 tools
keysmith-mcp
Secure secret vault for AI agents via Model Context Protocol (MCP)
0 tools
io.github.mkxultra/ai-cli-mcp
MCP server for AI CLI tools (Claude, Codex, and Gemini) with background process management
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@trevorbyrum/keymask": {
      "url": "None",
      "transport": "http"
    }
  }
}