Skip to content
Grok

Keeper Secrets Manager for Grok

io.github.wyre-technology/keeper-mcp

Read-only multitenant Streamable HTTP bridge over Keeper Secrets Manager's MCP server.

client:Grok transport:stdio runtime:oci

Install Keeper Secrets Manager 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": {
    "keeper-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/keeper-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<PORT>",
        "KSM_MCP_BIN": "<KSM_MCP_BIN>",
        "CHILD_HOME": "<CHILD_HOME>",
        "IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<SPAWN_TIMEOUT_MS>"
      }
    }
  }
}

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

Keeper Secrets Manager in other clients