
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
prophetkey-mcp
Advanced tools
Stdio MCP bridge for ProphetKey — use ProphetKey's encrypted key vault from Claude Code, Cursor, Windsurf and other AI agents
Stdio MCP bridge for ProphetKey — an offline-first, encrypted API key vault for AI agents.
Connect Claude Code, Cursor, Windsurf and other MCP-compatible AI agents to ProphetKey's local proxy. The agent calls prophetkey_* tools over stdio; the bridge forwards them to ProphetKey's local HTTP proxy (127.0.0.1:1421/mcp). Real API keys never leave your device and are never exposed to the agent.
AI agent (stdio) ──► prophetkey-mcp ──► ProphetKey proxy
Claude Code / │
Cursor / Windsurf Bearer token │ injects real key
(never sees key) ▼
real API call has no key handling
Open ProphetKey → Settings → MCP Server and copy the bearer token from the generated config.
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"prophetkey": {
"command": "npx",
"args": ["-y", "prophetkey-mcp"],
"env": { "PROPHETKEY_MCP_TOKEN": "your-token-here" }
}
}
}
Cursor (Project → MCP → Add):
npx -y prophetkey-mcp
with environment variable PROPHETKEY_MCP_TOKEN=your-token-here.
Ask your agent: "list my available API keys" or "call my OpenAI key to summarize this".
| Tool | Description |
|---|---|
prophetkey_list_keys | List stored keys (returns safe_key identifiers, never real keys) |
prophetkey_get_key_info | Details for one key (name, provider, safety score, health) |
prophetkey_proxy_status | Proxy status: running, port, keys count, request stats |
prophetkey_health_check | Health check across all keys (expiry, usage, security) |
prophetkey_make_request | Make an API call through the proxy — the proxy injects the real key |
| Env var | Default | Description |
|---|---|---|
PROPHETKEY_MCP_TOKEN | (required) | Bearer token from ProphetKey MCP settings |
PROPHETKEY_MCP_PORT | 1421 | Local proxy port |
PROPHETKEY_MCP_URL | (derived) | Full URL override: http://127.0.0.1:1421/mcp |
127.0.0.1.npm test
Runs integration tests against a mock MCP endpoint (auth, forwarding, offline errors).
MIT
FAQs
Stdio MCP bridge for ProphetKey — use ProphetKey's encrypted key vault from Claude Code, Cursor, Windsurf and other AI agents
We found that prophetkey-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.