Skip to content
Cline

Keeper Secrets Manager for Cline

io.github.wyre-technology/keeper-mcp

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

client:Cline transport:stdio runtime:oci

Install Keeper Secrets Manager in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "keeper-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Keeper Secrets Manager in other clients