Skip to content
Windsurf

Keeper Secrets Manager for Windsurf

io.github.wyre-technology/keeper-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Keeper Secrets Manager in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Keeper Secrets Manager in other clients