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