Skip to content
Grok

prophetkey mcp for Grok

io.github.lbz558/prophetkey-mcp

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

client:Grok transport:stdio runtime:npm

Install prophetkey mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

prophetkey mcp in other clients