Skip to content
Claude Desktop

prophetkey mcp for Claude Desktop

io.github.lbz558/prophetkey-mcp

ProphetKey MCP bridge - encrypted local-first API key vault for AI agents, keys never exposed

client:Claude Desktop transport:stdio runtime:npm

Install prophetkey mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "prophetkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prophetkey-mcp"
      ],
      "env": {
        "PROPHETKEY_MCP_TOKEN": "<PROPHETKEY_MCP_TOKEN>",
        "PROPHETKEY_MCP_PORT": "<PROPHETKEY_MCP_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

prophetkey mcp in other clients