mcpbeat Sign in

Prophetkey MCP Server

local only

Prophetkey MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm.

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

42
Installs / week
npm · prophetkey-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Prophetkey MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add prophetkey-mcp -- npx -y prophetkey-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prophetkey-mcp": {
      "args": [
        "-y",
        "prophetkey-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prophetkey-mcp]
command = "npx"
args = ["-y", "prophetkey-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "prophetkey-mcp": {
      "args": [
        "-y",
        "prophetkey-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prophetkey-mcp": {
      "args": [
        "-y",
        "prophetkey-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROPHETKEY_MCP_TOKEN (Bearer token from ProphetKey Settings → MCP Server), PROPHETKEY_MCP_PORT (Local proxy port (default: 1421)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Prophetkey MCP

same job, measured the same way
keyward
by arturayupov

Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP.

local only
Agentvault
by bch1212

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

24 installs/wk local only
API Locker
by apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

55 installs/wk local only
Enigmagent MCP
by agnuxo1

Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.

60 installs/wk local only
Keyblind
by aarifmms

Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.

54 installs/wk local only
Perseus Vault — persistent, encrypted memory for AI agents
by perseus-computing-llc

Persistent, encrypted, deterministic memory for AI agents. Local-first, 173 canonical tools.

local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

126 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only

Prophetkey MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Prophetkey MCP?
Prophetkey MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package prophetkey-mcp was installed 42 times last week.
How do I connect Prophetkey MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls prophetkey-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Prophetkey MCP?
The npm package prophetkey-mcp was installed 42 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.